#DEAFB9

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

Shades of Blossom #DEAFB9

Tints of Blossom #DEAFB9

Color information

#DEAFB9 (or 0xDEAFB9) is unknown color: approx Blossom. HEX triplet: DE, AF and B9. RGB value is (222,175,185). Sum of RGB (Red+Green+Blue) = 222+175+185=582 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.14% from 582); Green value is 175 (68.75% from 255 or 30.07% from 582); Blue value is 185 (72.66% from 255 or 31.79% from 582); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAFB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAFB9 is #215046. Grayscale: #BEBEBE. Windows color (decimal): -2183239 or 12169182. OLE color: 12169182.

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

Color convert

RGB222175185-
CMYK00.210.170.13
HSL347.23º41.59%77.84%-
HSV(B)347.23º21.17%87.06%-
XYZ54.2149.6952.63-
YUV190.19125.07150.69-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.14%
GREEN value IS 175 (68.75% from 255) = 30.07%
BLUE value IS 185 (72.66% from 255) = 31.79%
R=38.14%
G=30.07%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217518500.210.170.13347.2341.5977.84
HexDEAFB901511D15b2a4e
Octal336257271025211553352116
Binary1101111010101111101110010101011000111011010110111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAFB9; }

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

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

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

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

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

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

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

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