Html Css Color HEX #ECDFD0 Quarter Spanish White
📋 copy color: '#ECDFD0'red 236 ◦ green 223 ◦ blue 208
Shades of Quarter Spanish White #ECDFD0
Tints of Quarter Spanish White #ECDFD0
RGB
CMYK
RGB Variations
Color information
#ECDFD0 (or 0xECDFD0) is known color: Quarter Spanish White. HEX triplet: EC, DF and D0. RGB value is (236,223,208). Sum of RGB (Red+Green+Blue) = 236+223+208=667 (88% of max value = 765). Red value is 236 (92.58% from 255 or 35.38% from 667); Green value is 223 (87.5% from 255 or 33.43% from 667); Blue value is 208 (81.64% from 255 or 31.18% from 667); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDFD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDFD0 is #13202F. Grayscale: #E1E1E1. Windows color (decimal): -1253424 or 13688812. OLE color: 13688812.
HSL color Cylindrical-coordinate representation of color #ECDFD0: hue angle of 32.14º 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 #ECDFD0 is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 223 | 208 | - |
CMYK | 0 | 0.06 | 0.12 | 0.07 |
HSL | 32.14º | 0.42% | 0.87% | - |
HSV(B) | 32.14º | 0.12% | 0.93% | - |
XYZ | 72.36 | 75.16 | 70.37 | - |
YUV | 225.18 | 118.31 | 135.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 223 | 208 | 0 | 0.06 | 0.12 | 0.07 | 32.14 | 0.42 | 0.87 |
Hex | EC | DF | D0 | 0 | 6 | C | 7 | 20 | 2A | 57 |
Octal | 354 | 337 | 320 | 0 | 6 | 14 | 7 | 40 | 52 | 127 |
Binary | 11101100 | 11011111 | 11010000 | 0 | 110 | 1100 | 111 | 100000 | 101010 | 1010111 |
Color Harmonies of #ECDFD0
Complementary color
Monochromatic Colors of #ECDFD0
Black with #ECDFD0
Text Example
Text Example
White with #ECDFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDFD0; }
p { color: rgb(236,223,208); }
H1.HeaderClassName
{
color: #ECDFD0;
}
.AnyTagClassName
{
color: #ECDFD0;
}
</style>
background-color css
<style>
a { background-color: #ECDFD0; }
a { background-color: rgb(236,223,208); }
div.DivClassName
{
background-color: #ECDFD0;
}
.BgClassName
{
background-color: #ECDFD0;
}
</style>
border-color css
<style>
span { border-color: #ECDFD0; }
span { border-color: rgb(236,223,208); }
td.TdClassName
{
border-color: #ECDFD0;
}
.TagClassName
{
border-color: #ECDFD0;
}
</style>