Shades of Desert Sand #ECCEAF
Tints of Desert Sand #ECCEAF
RGB
CMYK
RGB Variations
Color information
#ECCEAF (or 0xECCEAF) is known color: Desert Sand. HEX triplet: EC, CE and AF. RGB value is (236,206,175). Sum of RGB (Red+Green+Blue) = 236+206+175=617 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.25% from 617); Green value is 206 (80.86% from 255 or 33.39% from 617); Blue value is 175 (68.75% from 255 or 28.36% from 617); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCEAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCEAF is #133150. Grayscale: #D3D3D3. Windows color (decimal): -1257809 or 11521772. OLE color: 11521772.
HSL color Cylindrical-coordinate representation of color #ECCEAF: hue angle of 30.49º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ECCEAF is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 206 | 175 | - |
| CMYK | 0 | 0.13 | 0.26 | 0.07 |
| HSL | 30.49º | 0.62% | 0.81% | - |
| HSV(B) | 30.49º | 0.26% | 0.93% | - |
| XYZ | 64.4 | 65.07 | 49.72 | - |
| YUV | 211.44 | 107.44 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 206 | 175 | 0 | 0.13 | 0.26 | 0.07 | 30.49 | 0.62 | 0.81 |
| Hex | EC | CE | AF | 0 | D | 1A | 7 | 1E | 3E | 51 |
| Octal | 354 | 316 | 257 | 0 | 15 | 32 | 7 | 36 | 76 | 121 |
| Binary | 11101100 | 11001110 | 10101111 | 0 | 1101 | 11010 | 111 | 11110 | 111110 | 1010001 |
Color Harmonies of #ECCEAF
Complementary color
Monochromatic Colors of #ECCEAF
Black with #ECCEAF
Text Example
Text Example
White with #ECCEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCEAF; }
p { color: rgb(236,206,175); }
H1.HeaderClassName
{
color: #ECCEAF;
}
.AnyTagClassName
{
color: #ECCEAF;
}
</style>
background-color css
<style>
a { background-color: #ECCEAF; }
a { background-color: rgb(236,206,175); }
div.DivClassName
{
background-color: #ECCEAF;
}
.BgClassName
{
background-color: #ECCEAF;
}
</style>
border-color css
<style>
span { border-color: #ECCEAF; }
span { border-color: rgb(236,206,175); }
td.TdClassName
{
border-color: #ECCEAF;
}
.TagClassName
{
border-color: #ECCEAF;
}
</style>