Html Css Color HEX #ECE1D3 Quarter Spanish White
📋 copy color: '#ECE1D3'red 236 ◦ green 225 ◦ blue 211
Shades of Quarter Spanish White #ECE1D3
Tints of Quarter Spanish White #ECE1D3
RGB
CMYK
RGB Variations
Color information
#ECE1D3 (or 0xECE1D3) is known color: Quarter Spanish White. HEX triplet: EC, E1 and D3. RGB value is (236,225,211). Sum of RGB (Red+Green+Blue) = 236+225+211=672 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.12% from 672); Green value is 225 (88.28% from 255 or 33.48% from 672); Blue value is 211 (82.81% from 255 or 31.40% from 672); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE1D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECE1D3 is #131E2C. Grayscale: #E2E2E2. Windows color (decimal): -1252909 or 13885932. OLE color: 13885932.
HSL color Cylindrical-coordinate representation of color #ECE1D3: hue angle of 33.6º degrees, saturation: 0.4, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ECE1D3 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 225 | 211 | - |
CMYK | 0 | 0.05 | 0.11 | 0.07 |
HSL | 33.6º | 0.4% | 0.88% | - |
HSV(B) | 33.6º | 0.11% | 0.93% | - |
XYZ | 73.28 | 76.39 | 72.51 | - |
YUV | 226.69 | 119.14 | 134.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 225 | 211 | 0 | 0.05 | 0.11 | 0.07 | 33.6 | 0.4 | 0.88 |
Hex | EC | E1 | D3 | 0 | 5 | B | 7 | 22 | 28 | 58 |
Octal | 354 | 341 | 323 | 0 | 5 | 13 | 7 | 42 | 50 | 130 |
Binary | 11101100 | 11100001 | 11010011 | 0 | 101 | 1011 | 111 | 100010 | 101000 | 1011000 |
Color Harmonies of #ECE1D3
Complementary color
Monochromatic Colors of #ECE1D3
Black with #ECE1D3
Text Example
Text Example
White with #ECE1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE1D3; }
p { color: rgb(236,225,211); }
H1.HeaderClassName
{
color: #ECE1D3;
}
.AnyTagClassName
{
color: #ECE1D3;
}
</style>
background-color css
<style>
a { background-color: #ECE1D3; }
a { background-color: rgb(236,225,211); }
div.DivClassName
{
background-color: #ECE1D3;
}
.BgClassName
{
background-color: #ECE1D3;
}
</style>
border-color css
<style>
span { border-color: #ECE1D3; }
span { border-color: rgb(236,225,211); }
td.TdClassName
{
border-color: #ECE1D3;
}
.TagClassName
{
border-color: #ECE1D3;
}
</style>