#DEAFBA

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

Shades of Blossom #DEAFBA

Tints of Blossom #DEAFBA

Color information

#DEAFBA (or 0xDEAFBA) is unknown color: approx Blossom. HEX triplet: DE, AF and BA. RGB value is (222,175,186). Sum of RGB (Red+Green+Blue) = 222+175+186=583 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.08% from 583); Green value is 175 (68.75% from 255 or 30.02% from 583); Blue value is 186 (73.05% from 255 or 31.90% from 583); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAFBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAFBA is #215045. Grayscale: #BEBEBE. Windows color (decimal): -2183238 or 12234718. OLE color: 12234718.

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

Color convert

RGB222175186-
CMYK00.210.160.13
HSL345.96º41.59%77.84%-
HSV(B)345.96º21.17%87.06%-
XYZ54.3249.7353.19-
YUV190.31125.57150.61-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.08%
GREEN value IS 175 (68.75% from 255) = 30.02%
BLUE value IS 186 (73.05% from 255) = 31.90%
R=38.08%
G=30.02%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217518600.210.160.13345.9641.5977.84
HexDEAFBA01510D15a2a4e
Octal336257272025201553252116
Binary1101111010101111101110100101011000011011010110101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAFBA; }

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

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

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

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

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

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

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

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