#DEAAB3

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

Shades of Blossom #DEAAB3

Tints of Blossom #DEAAB3

Color information

#DEAAB3 (or 0xDEAAB3) is unknown color: approx Blossom. HEX triplet: DE, AA and B3. RGB value is (222,170,179). Sum of RGB (Red+Green+Blue) = 222+170+179=571 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.88% from 571); Green value is 170 (66.80% from 255 or 29.77% from 571); Blue value is 179 (70.31% from 255 or 31.35% from 571); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAAB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAAB3 is #21554C. Grayscale: #BABABA. Windows color (decimal): -2184525 or 11774686. OLE color: 11774686.

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

Color convert

RGB222170179-
CMYK00.230.190.13
HSL349.62º44.07%76.86%-
HSV(B)349.62º23.42%87.06%-
XYZ52.6447.5349.05-
YUV186.57123.73153.27-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.88%
GREEN value IS 170 (66.80% from 255) = 29.77%
BLUE value IS 179 (70.31% from 255) = 31.35%
R=38.88%
G=29.77%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217017900.230.190.13349.6244.0776.86
HexDEAAB301713D15e2c4d
Octal336252263027231553654115
Binary1101111010101010101100110101111001111011010111101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAAB3; }

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

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

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

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

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

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

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

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