#DEAAB8

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

Shades of Blossom #DEAAB8

Tints of Blossom #DEAAB8

Color information

#DEAAB8 (or 0xDEAAB8) is unknown color: approx Blossom. HEX triplet: DE, AA and B8. RGB value is (222,170,184). Sum of RGB (Red+Green+Blue) = 222+170+184=576 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.54% from 576); Green value is 170 (66.80% from 255 or 29.51% from 576); Blue value is 184 (72.27% from 255 or 31.94% from 576); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAAB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAAB8 is #215547. Grayscale: #BBBBBB. Windows color (decimal): -2184520 or 12102366. OLE color: 12102366.

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

Color convert

RGB222170184-
CMYK00.230.170.13
HSL343.85º44.07%76.86%-
HSV(B)343.85º23.42%87.06%-
XYZ53.1547.7451.76-
YUV187.14126.23152.86-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.54%
GREEN value IS 170 (66.80% from 255) = 29.51%
BLUE value IS 184 (72.27% from 255) = 31.94%
R=38.54%
G=29.51%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217018400.230.170.13343.8544.0776.86
HexDEAAB801711D1582c4d
Octal336252270027211553054115
Binary1101111010101010101110000101111000111011010110001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAAB8; }

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

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

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

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

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

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

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

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