#DEA898

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

Shades of Rose #DEA898

Tints of Rose #DEA898

Color information

#DEA898 (or 0xDEA898) is unknown color: approx Rose. HEX triplet: DE, A8 and 98. RGB value is (222,168,152). Sum of RGB (Red+Green+Blue) = 222+168+152=542 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.96% from 542); Green value is 168 (66.02% from 255 or 31.00% from 542); Blue value is 152 (59.77% from 255 or 28.04% from 542); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA898 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA898 is #215767. Grayscale: #B6B6B6. Windows color (decimal): -2185064 or 10004702. OLE color: 10004702.

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

Color convert

RGB222168152-
CMYK00.240.320.13
HSL13.71º51.47%73.33%-
HSV(B)13.71º31.53%87.06%-
XYZ49.7945.835.92-
YUV182.32110.89156.3-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.96%
GREEN value IS 168 (66.02% from 255) = 31.00%
BLUE value IS 152 (59.77% from 255) = 28.04%
R=40.96%
G=31.00%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216815200.240.320.1313.7151.4773.33
HexDEA89801820De3349
Octal33625023003040151663111
Binary110111101010100010011000011000100000110111101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA898; }

 p { color: rgb(222,168,152); }

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

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

 a { background-color: rgb(222,168,152); }

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

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

 span { border-color: rgb(222,168,152); }

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