#DCACB4

Color #DCACB4 Blossom (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blossom #DCACB4

Tints of Blossom #DCACB4

Color information

#DCACB4 (or 0xDCACB4) is unknown color: approx Blossom. HEX triplet: DC, AC and B4. RGB value is (220,172,180). Sum of RGB (Red+Green+Blue) = 220+172+180=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 172 (67.58% from 255 or 30.07% from 572); Blue value is 180 (70.70% from 255 or 31.47% from 572); Max value from RGB is 220 - color contains mainly: red. Hex color #DCACB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCACB4 is #23534B. Grayscale: #BBBBBB. Windows color (decimal): -2315084 or 11840732. OLE color: 11840732.

HSL color Cylindrical-coordinate representation of color #DCACB4: hue angle of 350º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCACB4 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB220172180-
CMYK00.220.180.14
HSL350º40.68%76.86%-
HSV(B)350º21.82%86.27%-
XYZ52.5148.0249.68-
YUV187.26123.9151.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 38.46%
GREEN value IS 172 (67.58% from 255) = 30.07%
BLUE value IS 180 (70.70% from 255) = 31.47%
R=38.46%
G=30.07%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017218000.220.180.1435040.6876.86
HexDCACB401612E15e294d
Octal334254264026221653651115
Binary1101110010101100101101000101101001011101010111101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCACB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCACB4; }

 p { color: rgb(220,172,180); }

 H1.HeaderClassName
 {
   color: #DCACB4;
 }
 .AnyTagClassName
 {
   color: #DCACB4;
 }
</style>
background-color css

<style>
 a { background-color: #DCACB4; }

 a { background-color: rgb(220,172,180); }

 div.DivClassName
 {
   background-color: #DCACB4;
 }
 .BgClassName
 {
   background-color: #DCACB4;
 }
</style>
border-color css

<style>
 span { border-color: #DCACB4; }

 span { border-color: rgb(220,172,180); }

 td.TdClassName
 {
   border-color: #DCACB4;
 }
 .TagClassName
 {
   border-color: #DCACB4;
 }
</style>