#DEAFB7

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

Shades of Blossom #DEAFB7

Tints of Blossom #DEAFB7

Color information

#DEAFB7 (or 0xDEAFB7) is unknown color: approx Blossom. HEX triplet: DE, AF and B7. RGB value is (222,175,183). Sum of RGB (Red+Green+Blue) = 222+175+183=580 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.28% from 580); Green value is 175 (68.75% from 255 or 30.17% from 580); Blue value is 183 (71.88% from 255 or 31.55% from 580); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAFB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAFB7 is #215048. Grayscale: #BDBDBD. Windows color (decimal): -2183241 or 12038110. OLE color: 12038110.

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

Color convert

RGB222175183-
CMYK00.210.180.13
HSL349.79º41.59%77.84%-
HSV(B)349.79º21.17%87.06%-
XYZ5449.6151.53-
YUV189.96124.07150.85-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.28%
GREEN value IS 175 (68.75% from 255) = 30.17%
BLUE value IS 183 (71.88% from 255) = 31.55%
R=38.28%
G=30.17%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217518300.210.180.13349.7941.5977.84
HexDEAFB701512D15e2a4e
Octal336257267025221553652116
Binary1101111010101111101101110101011001011011010111101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAFB7; }

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

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

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

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

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

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

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

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