#DEAAB2

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

Shades of Blossom #DEAAB2

Tints of Blossom #DEAAB2

Color information

#DEAAB2 (or 0xDEAAB2) is unknown color: approx Blossom. HEX triplet: DE, AA and B2. RGB value is (222,170,178). Sum of RGB (Red+Green+Blue) = 222+170+178=570 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.95% from 570); Green value is 170 (66.80% from 255 or 29.82% from 570); Blue value is 178 (69.92% from 255 or 31.23% from 570); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAAB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEAAB2 is #21554D. Grayscale: #BABABA. Windows color (decimal): -2184526 or 11709150. OLE color: 11709150.

HSL color Cylindrical-coordinate representation of color #DEAAB2: hue angle of 350.77º degrees, saturation: 0.44, 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 #DEAAB2 is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB222170178-
CMYK00.230.200.13
HSL350.77º44.07%76.86%-
HSV(B)350.77º23.42%87.06%-
XYZ52.5347.4948.52-
YUV186.46123.23153.35-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.95%
GREEN value IS 170 (66.80% from 255) = 29.82%
BLUE value IS 178 (69.92% from 255) = 31.23%
R=38.95%
G=29.82%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217017800.230.200.13350.7744.0776.86
HexDEAAB201714D15f2c4d
Octal336252262027241553754115
Binary1101111010101010101100100101111010011011010111111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAAB2; }

 p { color: rgb(222,170,178); }

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

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

 a { background-color: rgb(222,170,178); }

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

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

 span { border-color: rgb(222,170,178); }

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