#DEAA9B

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

Shades of Rose #DEAA9B

Tints of Rose #DEAA9B

Color information

#DEAA9B (or 0xDEAA9B) is unknown color: approx Rose. HEX triplet: DE, AA and 9B. RGB value is (222,170,155). Sum of RGB (Red+Green+Blue) = 222+170+155=547 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.59% from 547); Green value is 170 (66.80% from 255 or 31.08% from 547); Blue value is 155 (60.94% from 255 or 28.34% from 547); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAA9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEAA9B is #215564. Grayscale: #B7B7B7. Windows color (decimal): -2184549 or 10201822. OLE color: 10201822.

HSL color Cylindrical-coordinate representation of color #DEAA9B: hue angle of 13.43º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DEAA9B is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB222170155-
CMYK00.230.300.13
HSL13.43º50.38%73.92%-
HSV(B)13.43º30.18%87.06%-
XYZ50.4246.6537.36-
YUV183.84111.73155.22-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.59%
GREEN value IS 170 (66.80% from 255) = 31.08%
BLUE value IS 155 (60.94% from 255) = 28.34%
R=40.59%
G=31.08%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217015500.230.300.1313.4350.3873.92
HexDEAA9B0171EDd324a
Octal33625223302736151562112
Binary11011110101010101001101101011111110110111011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAA9B; }

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

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

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

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

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

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

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

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