#DEAEB5

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

Shades of Blossom #DEAEB5

Tints of Blossom #DEAEB5

Color information

#DEAEB5 (or 0xDEAEB5) is unknown color: approx Blossom. HEX triplet: DE, AE and B5. RGB value is (222,174,181). Sum of RGB (Red+Green+Blue) = 222+174+181=577 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.47% from 577); Green value is 174 (68.36% from 255 or 30.16% from 577); Blue value is 181 (71.09% from 255 or 31.37% from 577); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAEB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEAEB5 is #21514A. Grayscale: #BDBDBD. Windows color (decimal): -2183499 or 11906782. OLE color: 11906782.

HSL color Cylindrical-coordinate representation of color #DEAEB5: hue angle of 351.25º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DEAEB5 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB222174181-
CMYK00.220.180.13
HSL351.25º42.11%77.65%-
HSV(B)351.25º21.62%87.06%-
XYZ53.649.1450.38-
YUV189.15123.4151.43-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.47%
GREEN value IS 174 (68.36% from 255) = 30.16%
BLUE value IS 181 (71.09% from 255) = 31.37%
R=38.47%
G=30.16%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217418100.220.180.13351.2542.1177.65
HexDEAEB501612D15f2a4e
Octal336256265026221553752116
Binary1101111010101110101101010101101001011011010111111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAEB5; }

 p { color: rgb(222,174,181); }

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

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

 a { background-color: rgb(222,174,181); }

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

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

 span { border-color: rgb(222,174,181); }

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