Html Css Color HEX #ECE1D0 Quarter Spanish White
📋 copy color: '#ECE1D0'red 236 ◦ green 225 ◦ blue 208
Shades of Quarter Spanish White #ECE1D0
Tints of Quarter Spanish White #ECE1D0
RGB
CMYK
RGB Variations
Color information
#ECE1D0 (or 0xECE1D0) is known color: Quarter Spanish White. HEX triplet: EC, E1 and D0. RGB value is (236,225,208). Sum of RGB (Red+Green+Blue) = 236+225+208=669 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.28% from 669); Green value is 225 (88.28% from 255 or 33.63% from 669); Blue value is 208 (81.64% from 255 or 31.09% from 669); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE1D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE1D0 is #131E2F. Grayscale: #E2E2E2. Windows color (decimal): -1252912 or 13689324. OLE color: 13689324.
HSL color Cylindrical-coordinate representation of color #ECE1D0: hue angle of 36.43º degrees, saturation: 0.42, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ECE1D0 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 225 | 208 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.07 |
| HSL | 36.43º | 0.42% | 0.87% | - |
| HSV(B) | 36.43º | 0.12% | 0.93% | - |
| XYZ | 72.9 | 76.24 | 70.55 | - |
| YUV | 226.35 | 117.64 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 225 | 208 | 0 | 0.05 | 0.12 | 0.07 | 36.43 | 0.42 | 0.87 |
| Hex | EC | E1 | D0 | 0 | 5 | C | 7 | 24 | 2A | 57 |
| Octal | 354 | 341 | 320 | 0 | 5 | 14 | 7 | 44 | 52 | 127 |
| Binary | 11101100 | 11100001 | 11010000 | 0 | 101 | 1100 | 111 | 100100 | 101010 | 1010111 |
Color Harmonies of #ECE1D0
Complementary color
Monochromatic Colors of #ECE1D0
Black with #ECE1D0
Text Example
Text Example
White with #ECE1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE1D0; }
p { color: rgb(236,225,208); }
H1.HeaderClassName
{
color: #ECE1D0;
}
.AnyTagClassName
{
color: #ECE1D0;
}
</style>
background-color css
<style>
a { background-color: #ECE1D0; }
a { background-color: rgb(236,225,208); }
div.DivClassName
{
background-color: #ECE1D0;
}
.BgClassName
{
background-color: #ECE1D0;
}
</style>
border-color css
<style>
span { border-color: #ECE1D0; }
span { border-color: rgb(236,225,208); }
td.TdClassName
{
border-color: #ECE1D0;
}
.TagClassName
{
border-color: #ECE1D0;
}
</style>