Shades of Desert Sand #ECCCB2
Tints of Desert Sand #ECCCB2
RGB
CMYK
RGB Variations
Color information
#ECCCB2 (or 0xECCCB2) is known color: Desert Sand. HEX triplet: EC, CC and B2. RGB value is (236,204,178). Sum of RGB (Red+Green+Blue) = 236+204+178=618 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.19% from 618); Green value is 204 (80.08% from 255 or 33.01% from 618); Blue value is 178 (69.92% from 255 or 28.80% from 618); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCCB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCCB2 is #13334D. Grayscale: #D2D2D2. Windows color (decimal): -1258318 or 11717868. OLE color: 11717868.
HSL color Cylindrical-coordinate representation of color #ECCCB2: hue angle of 26.9º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ECCCB2 is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 204 | 178 | - |
CMYK | 0 | 0.14 | 0.25 | 0.07 |
HSL | 26.9º | 0.6% | 0.81% | - |
HSV(B) | 26.9º | 0.25% | 0.93% | - |
XYZ | 64.22 | 64.23 | 51.13 | - |
YUV | 210.6 | 109.6 | 146.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 204 | 178 | 0 | 0.14 | 0.25 | 0.07 | 26.9 | 0.6 | 0.81 |
Hex | EC | CC | B2 | 0 | E | 19 | 7 | 1B | 3C | 51 |
Octal | 354 | 314 | 262 | 0 | 16 | 31 | 7 | 33 | 74 | 121 |
Binary | 11101100 | 11001100 | 10110010 | 0 | 1110 | 11001 | 111 | 11011 | 111100 | 1010001 |
Color Harmonies of #ECCCB2
Complementary color
Monochromatic Colors of #ECCCB2
Black with #ECCCB2
Text Example
Text Example
White with #ECCCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECCCB2; }
p { color: rgb(236,204,178); }
H1.HeaderClassName
{
color: #ECCCB2;
}
.AnyTagClassName
{
color: #ECCCB2;
}
</style>
background-color css
<style>
a { background-color: #ECCCB2; }
a { background-color: rgb(236,204,178); }
div.DivClassName
{
background-color: #ECCCB2;
}
.BgClassName
{
background-color: #ECCCB2;
}
</style>
border-color css
<style>
span { border-color: #ECCCB2; }
span { border-color: rgb(236,204,178); }
td.TdClassName
{
border-color: #ECCCB2;
}
.TagClassName
{
border-color: #ECCCB2;
}
</style>