#DEACB9

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

Shades of Blossom #DEACB9

Tints of Blossom #DEACB9

Color information

#DEACB9 (or 0xDEACB9) is unknown color: approx Blossom. HEX triplet: DE, AC and B9. RGB value is (222,172,185). Sum of RGB (Red+Green+Blue) = 222+172+185=579 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.34% from 579); Green value is 172 (67.58% from 255 or 29.71% from 579); Blue value is 185 (72.66% from 255 or 31.95% from 579); Max value from RGB is 222 - color contains mainly: red. Hex color #DEACB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEACB9 is #215346. Grayscale: #BCBCBC. Windows color (decimal): -2184007 or 12168414. OLE color: 12168414.

HSL color Cylindrical-coordinate representation of color #DEACB9: hue angle of 344.4º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEACB9 is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB222172185-
CMYK00.230.170.13
HSL344.4º43.1%77.25%-
HSV(B)344.4º22.52%87.06%-
XYZ53.6348.5452.44-
YUV188.43126.06151.94-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.34%
GREEN value IS 172 (67.58% from 255) = 29.71%
BLUE value IS 185 (72.66% from 255) = 31.95%
R=38.34%
G=29.71%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217218500.230.170.13344.443.177.25
HexDEACB901711D1582b4d
Octal336254271027211553053115
Binary1101111010101100101110010101111000111011010110001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEACB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEACB9; }

 p { color: rgb(222,172,185); }

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

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

 a { background-color: rgb(222,172,185); }

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

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

 span { border-color: rgb(222,172,185); }

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