#DEA695

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

Shades of Rose #DEA695

Tints of Rose #DEA695

Color information

#DEA695 (or 0xDEA695) is unknown color: approx Rose. HEX triplet: DE, A6 and 95. RGB value is (222,166,149). Sum of RGB (Red+Green+Blue) = 222+166+149=537 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.34% from 537); Green value is 166 (65.23% from 255 or 30.91% from 537); Blue value is 149 (58.59% from 255 or 27.75% from 537); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA695 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA695 is #21596A. Grayscale: #B4B4B4. Windows color (decimal): -2185579 or 9807582. OLE color: 9807582.

HSL color Cylindrical-coordinate representation of color #DEA695: hue angle of 13.97º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DEA695 is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB222166149-
CMYK00.250.330.13
HSL13.97º52.52%72.75%-
HSV(B)13.97º32.88%87.06%-
XYZ49.1944.9734.52-
YUV180.81110.05157.38-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.34%
GREEN value IS 166 (65.23% from 255) = 30.91%
BLUE value IS 149 (58.59% from 255) = 27.75%
R=41.34%
G=30.91%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216614900.250.330.1313.9752.5272.75
HexDEA69501921De3549
Octal33624622503141151665111
Binary110111101010011010010101011001100001110111101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA695; }

 p { color: rgb(222,166,149); }

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

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

 a { background-color: rgb(222,166,149); }

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

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

 span { border-color: rgb(222,166,149); }

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