#DEAFB8

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

Shades of Blossom #DEAFB8

Tints of Blossom #DEAFB8

Color information

#DEAFB8 (or 0xDEAFB8) is unknown color: approx Blossom. HEX triplet: DE, AF and B8. RGB value is (222,175,184). Sum of RGB (Red+Green+Blue) = 222+175+184=581 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.21% from 581); Green value is 175 (68.75% from 255 or 30.12% from 581); Blue value is 184 (72.27% from 255 or 31.67% from 581); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAFB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAFB8 is #215047. Grayscale: #BEBEBE. Windows color (decimal): -2183240 or 12103646. OLE color: 12103646.

HSL color Cylindrical-coordinate representation of color #DEAFB8: hue angle of 348.51º 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 #DEAFB8 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB222175184-
CMYK00.210.170.13
HSL348.51º41.59%77.84%-
HSV(B)348.51º21.17%87.06%-
XYZ54.1149.6552.08-
YUV190.08124.57150.77-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.21%
GREEN value IS 175 (68.75% from 255) = 30.12%
BLUE value IS 184 (72.27% from 255) = 31.67%
R=38.21%
G=30.12%
B=31.67%

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
Decimal22217518400.210.170.13348.5141.5977.84
HexDEAFB801511D15d2a4e
Octal336257270025211553552116
Binary1101111010101111101110000101011000111011010111011010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAFB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAFB8; }

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

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

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

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

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

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

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

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