#DEAF98

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

Shades of Cashmere #DEAF98

Tints of Cashmere #DEAF98

Color information

#DEAF98 (or 0xDEAF98) is unknown color: approx Cashmere. HEX triplet: DE, AF and 98. RGB value is (222,175,152). Sum of RGB (Red+Green+Blue) = 222+175+152=549 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.44% from 549); Green value is 175 (68.75% from 255 or 31.88% from 549); Blue value is 152 (59.77% from 255 or 27.69% from 549); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAF98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEAF98 is #215067. Grayscale: #BABABA. Windows color (decimal): -2183272 or 10006494. OLE color: 10006494.

HSL color Cylindrical-coordinate representation of color #DEAF98: hue angle of 19.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 #DEAF98 is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB222175152-
CMYK00.210.320.13
HSL19.71º51.47%73.33%-
HSV(B)19.71º31.53%87.06%-
XYZ51.1248.4636.36-
YUV186.43108.57153.37-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.44%
GREEN value IS 175 (68.75% from 255) = 31.88%
BLUE value IS 152 (59.77% from 255) = 27.69%
R=40.44%
G=31.88%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217515200.210.320.1319.7151.4773.33
HexDEAF9801520D143349
Octal33625723002540152463111
Binary1101111010101111100110000101011000001101101001100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAF98; }

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

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

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

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

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

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

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

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