#DCACB2

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

Shades of Blossom #DCACB2

Tints of Blossom #DCACB2

Color information

#DCACB2 (or 0xDCACB2) is unknown color: approx Blossom. HEX triplet: DC, AC and B2. RGB value is (220,172,178). Sum of RGB (Red+Green+Blue) = 220+172+178=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 172 (67.58% from 255 or 30.18% from 570); Blue value is 178 (69.92% from 255 or 31.23% from 570); Max value from RGB is 220 - color contains mainly: red. Hex color #DCACB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCACB2 is #23534D. Grayscale: #BBBBBB. Windows color (decimal): -2315086 or 11709660. OLE color: 11709660.

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

Color convert

RGB220172178-
CMYK00.220.190.14
HSL352.5º40.68%76.86%-
HSV(B)352.5º21.82%86.27%-
XYZ52.347.9448.62-
YUV187.04122.9151.51-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.60%
GREEN value IS 172 (67.58% from 255) = 30.18%
BLUE value IS 178 (69.92% from 255) = 31.23%
R=38.60%
G=30.18%
B=31.23%

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
Decimal22017217800.220.190.14352.540.6876.86
HexDCACB201613E160294d
Octal334254262026231654051115
Binary1101110010101100101100100101101001111101011000001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCACB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCACB2; }

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

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

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

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

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

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

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

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