Shades of Wild Sand #ECE8DF
Tints of Wild Sand #ECE8DF
RGB
CMYK
RGB Variations
Color information
#ECE8DF (or 0xECE8DF) is known color: Wild Sand. HEX triplet: EC, E8 and DF. RGB value is (236,232,223). Sum of RGB (Red+Green+Blue) = 236+232+223=691 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.15% from 691); Green value is 232 (91.02% from 255 or 33.57% from 691); Blue value is 223 (87.5% from 255 or 32.27% from 691); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE8DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECE8DF is #131720. Grayscale: #E8E8E8. Windows color (decimal): -1251105 or 14674156. OLE color: 14674156.
HSL color Cylindrical-coordinate representation of color #ECE8DF: hue angle of 41.54º degrees, saturation: 0.25, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ECE8DF is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 232 | 223 | - |
CMYK | 0 | 0.02 | 0.06 | 0.07 |
HSL | 41.54º | 0.25% | 0.9% | - |
HSV(B) | 41.54º | 0.06% | 0.93% | - |
XYZ | 76.77 | 80.87 | 81.38 | - |
YUV | 232.17 | 122.83 | 130.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 232 | 223 | 0 | 0.02 | 0.06 | 0.07 | 41.54 | 0.25 | 0.9 |
Hex | EC | E8 | DF | 0 | 2 | 6 | 7 | 2A | 19 | 5A |
Octal | 354 | 350 | 337 | 0 | 2 | 6 | 7 | 52 | 31 | 132 |
Binary | 11101100 | 11101000 | 11011111 | 0 | 10 | 110 | 111 | 101010 | 11001 | 1011010 |
Color Harmonies of #ECE8DF
Complementary color
Monochromatic Colors of #ECE8DF
Black with #ECE8DF
Text Example
Text Example
White with #ECE8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE8DF; }
p { color: rgb(236,232,223); }
H1.HeaderClassName
{
color: #ECE8DF;
}
.AnyTagClassName
{
color: #ECE8DF;
}
</style>
background-color css
<style>
a { background-color: #ECE8DF; }
a { background-color: rgb(236,232,223); }
div.DivClassName
{
background-color: #ECE8DF;
}
.BgClassName
{
background-color: #ECE8DF;
}
</style>
border-color css
<style>
span { border-color: #ECE8DF; }
span { border-color: rgb(236,232,223); }
td.TdClassName
{
border-color: #ECE8DF;
}
.TagClassName
{
border-color: #ECE8DF;
}
</style>