#DEA9B2

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

Shades of Blossom #DEA9B2

Tints of Blossom #DEA9B2

Color information

#DEA9B2 (or 0xDEA9B2) is unknown color: approx Blossom. HEX triplet: DE, A9 and B2. RGB value is (222,169,178). Sum of RGB (Red+Green+Blue) = 222+169+178=569 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.02% from 569); Green value is 169 (66.41% from 255 or 29.70% from 569); Blue value is 178 (69.92% from 255 or 31.28% from 569); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA9B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA9B2 is #21564D. Grayscale: #B9B9B9. Windows color (decimal): -2184782 or 11708894. OLE color: 11708894.

HSL color Cylindrical-coordinate representation of color #DEA9B2: hue angle of 349.81º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DEA9B2 is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB222169178-
CMYK00.240.200.13
HSL349.81º44.54%76.67%-
HSV(B)349.81º23.87%87.06%-
XYZ52.3547.1248.46-
YUV185.87123.56153.77-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.02%
GREEN value IS 169 (66.41% from 255) = 29.70%
BLUE value IS 178 (69.92% from 255) = 31.28%
R=39.02%
G=29.70%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216917800.240.200.13349.8144.5476.67
HexDEA9B201814D15e2d4d
Octal336251262030241553655115
Binary1101111010101001101100100110001010011011010111101011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA9B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA9B2; }

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

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

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

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

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

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

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

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