#DCAFB5

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

Shades of Blossom #DCAFB5

Tints of Blossom #DCAFB5

Color information

#DCAFB5 (or 0xDCAFB5) is unknown color: approx Blossom. HEX triplet: DC, AF and B5. RGB value is (220,175,181). Sum of RGB (Red+Green+Blue) = 220+175+181=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 175 (68.75% from 255 or 30.38% from 576); Blue value is 181 (71.09% from 255 or 31.42% from 576); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAFB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAFB5 is #23504A. Grayscale: #BDBDBD. Windows color (decimal): -2314315 or 11907036. OLE color: 11907036.

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

Color convert

RGB220175181-
CMYK00.200.180.14
HSL352º39.13%77.45%-
HSV(B)352º20.45%86.27%-
XYZ53.1949.2150.41-
YUV189.14123.41150.01-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.19%
GREEN value IS 175 (68.75% from 255) = 30.38%
BLUE value IS 181 (71.09% from 255) = 31.42%
R=38.19%
G=30.38%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017518100.200.180.1435239.1377.45
HexDCAFB501412E160274d
Octal334257265024221654047115
Binary1101110010101111101101010101001001011101011000001001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAFB5; }

 p { color: rgb(220,175,181); }

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

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

 a { background-color: rgb(220,175,181); }

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

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

 span { border-color: rgb(220,175,181); }

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