Shades of Soapstone #ECE6DA
Tints of Soapstone #ECE6DA
RGB
CMYK
RGB Variations
Color information
#ECE6DA (or 0xECE6DA) is known color: Soapstone. HEX triplet: EC, E6 and DA. RGB value is (236,230,218). Sum of RGB (Red+Green+Blue) = 236+230+218=684 (90% of max value = 765). Red value is 236 (92.58% from 255 or 34.50% from 684); Green value is 230 (90.23% from 255 or 33.63% from 684); Blue value is 218 (85.55% from 255 or 31.87% from 684); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE6DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #ECE6DA is #131925. Grayscale: #E6E6E6. Windows color (decimal): -1251622 or 14345964. OLE color: 14345964.
HSL color Cylindrical-coordinate representation of color #ECE6DA: hue angle of 40º degrees, saturation: 0.32, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ECE6DA is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 230 | 218 | - |
CMYK | 0 | 0.03 | 0.08 | 0.07 |
HSL | 40º | 0.32% | 0.89% | - |
HSV(B) | 40º | 0.08% | 0.93% | - |
XYZ | 75.54 | 79.49 | 77.69 | - |
YUV | 230.43 | 120.99 | 131.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 230 | 218 | 0 | 0.03 | 0.08 | 0.07 | 40 | 0.32 | 0.89 |
Hex | EC | E6 | DA | 0 | 3 | 8 | 7 | 28 | 20 | 59 |
Octal | 354 | 346 | 332 | 0 | 3 | 10 | 7 | 50 | 40 | 131 |
Binary | 11101100 | 11100110 | 11011010 | 0 | 11 | 1000 | 111 | 101000 | 100000 | 1011001 |
Color Harmonies of #ECE6DA
Complementary color
Monochromatic Colors of #ECE6DA
Black with #ECE6DA
Text Example
Text Example
White with #ECE6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE6DA; }
p { color: rgb(236,230,218); }
H1.HeaderClassName
{
color: #ECE6DA;
}
.AnyTagClassName
{
color: #ECE6DA;
}
</style>
background-color css
<style>
a { background-color: #ECE6DA; }
a { background-color: rgb(236,230,218); }
div.DivClassName
{
background-color: #ECE6DA;
}
.BgClassName
{
background-color: #ECE6DA;
}
</style>
border-color css
<style>
span { border-color: #ECE6DA; }
span { border-color: rgb(236,230,218); }
td.TdClassName
{
border-color: #ECE6DA;
}
.TagClassName
{
border-color: #ECE6DA;
}
</style>