#DCACB3

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

Shades of Blossom #DCACB3

Tints of Blossom #DCACB3

Color information

#DCACB3 (or 0xDCACB3) is unknown color: approx Blossom. HEX triplet: DC, AC and B3. RGB value is (220,172,179). Sum of RGB (Red+Green+Blue) = 220+172+179=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 172 (67.58% from 255 or 30.12% from 571); Blue value is 179 (70.31% from 255 or 31.35% from 571); Max value from RGB is 220 - color contains mainly: red. Hex color #DCACB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCACB3 is #23534C. Grayscale: #BBBBBB. Windows color (decimal): -2315085 or 11775196. OLE color: 11775196.

HSL color Cylindrical-coordinate representation of color #DCACB3: hue angle of 351.25º 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 #DCACB3 is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB220172179-
CMYK00.220.190.14
HSL351.25º40.68%76.86%-
HSV(B)351.25º21.82%86.27%-
XYZ52.447.9849.15-
YUV187.15123.4151.43-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.53%
GREEN value IS 172 (67.58% from 255) = 30.12%
BLUE value IS 179 (70.31% from 255) = 31.35%
R=38.53%
G=30.12%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017217900.220.190.14351.2540.6876.86
HexDCACB301613E15f294d
Octal334254263026231653751115
Binary1101110010101100101100110101101001111101010111111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCACB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCACB3; }

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

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

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

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

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

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

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

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