Shades of Cashmere #DEAF96
Tints of Cashmere #DEAF96
RGB
CMYK
RGB Variations
Color information
#DEAF96 (or 0xDEAF96) is known color: Cashmere. HEX triplet: DE, AF and 96. RGB value is (222,175,150). Sum of RGB (Red+Green+Blue) = 222+175+150=547 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.59% from 547); Green value is 175 (68.75% from 255 or 31.99% from 547); Blue value is 150 (58.98% from 255 or 27.42% from 547); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAF96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEAF96 is #215069. Grayscale: #BABABA. Windows color (decimal): -2183274 or 9875422. OLE color: 9875422.
HSL color Cylindrical-coordinate representation of color #DEAF96: hue angle of 20.83º degrees, saturation: 0.52, 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 #DEAF96 is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 175 | 150 | - |
| CMYK | 0 | 0.21 | 0.32 | 0.13 |
| HSL | 20.83º | 0.52% | 0.73% | - |
| HSV(B) | 20.83º | 0.32% | 0.87% | - |
| XYZ | 50.96 | 48.39 | 35.51 | - |
| YUV | 186.2 | 107.57 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 175 | 150 | 0 | 0.21 | 0.32 | 0.13 | 20.83 | 0.52 | 0.73 |
| Hex | DE | AF | 96 | 0 | 15 | 20 | D | 15 | 34 | 49 |
| Octal | 336 | 257 | 226 | 0 | 25 | 40 | 15 | 25 | 64 | 111 |
| Binary | 11011110 | 10101111 | 10010110 | 0 | 10101 | 100000 | 1101 | 10101 | 110100 | 1001001 |
Color Harmonies of #DEAF96
Complementary color
Monochromatic Colors of #DEAF96
Black with #DEAF96
Text Example
Text Example
White with #DEAF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEAF96; }
p { color: rgb(222,175,150); }
H1.HeaderClassName
{
color: #DEAF96;
}
.AnyTagClassName
{
color: #DEAF96;
}
</style>
background-color css
<style>
a { background-color: #DEAF96; }
a { background-color: rgb(222,175,150); }
div.DivClassName
{
background-color: #DEAF96;
}
.BgClassName
{
background-color: #DEAF96;
}
</style>
border-color css
<style>
span { border-color: #DEAF96; }
span { border-color: rgb(222,175,150); }
td.TdClassName
{
border-color: #DEAF96;
}
.TagClassName
{
border-color: #DEAF96;
}
</style>