Html Css Color HEX #EEE2CF Quarter Spanish White
📋 copy color: '#EEE2CF'red 238 ◦ green 226 ◦ blue 207
Shades of Quarter Spanish White #EEE2CF
Tints of Quarter Spanish White #EEE2CF
RGB
CMYK
RGB Variations
Color information
#EEE2CF (or 0xEEE2CF) is known color: Quarter Spanish White. HEX triplet: EE, E2 and CF. RGB value is (238,226,207). Sum of RGB (Red+Green+Blue) = 238+226+207=671 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.47% from 671); Green value is 226 (88.67% from 255 or 33.68% from 671); Blue value is 207 (81.25% from 255 or 30.85% from 671); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE2CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE2CF is #111D30. Grayscale: #E3E3E3. Windows color (decimal): -1121585 or 13624046. OLE color: 13624046.
HSL color Cylindrical-coordinate representation of color #EEE2CF: hue angle of 36.77º degrees, saturation: 0.48, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EEE2CF is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 226 | 207 | - |
| CMYK | 0 | 0.05 | 0.13 | 0.07 |
| HSL | 36.77º | 0.48% | 0.87% | - |
| HSV(B) | 36.77º | 0.13% | 0.93% | - |
| XYZ | 73.72 | 77.07 | 70.02 | - |
| YUV | 227.42 | 116.48 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 226 | 207 | 0 | 0.05 | 0.13 | 0.07 | 36.77 | 0.48 | 0.87 |
| Hex | EE | E2 | CF | 0 | 5 | D | 7 | 25 | 30 | 57 |
| Octal | 356 | 342 | 317 | 0 | 5 | 15 | 7 | 45 | 60 | 127 |
| Binary | 11101110 | 11100010 | 11001111 | 0 | 101 | 1101 | 111 | 100101 | 110000 | 1010111 |
Color Harmonies of #EEE2CF
Complementary color
Monochromatic Colors of #EEE2CF
Black with #EEE2CF
Text Example
Text Example
White with #EEE2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE2CF; }
p { color: rgb(238,226,207); }
H1.HeaderClassName
{
color: #EEE2CF;
}
.AnyTagClassName
{
color: #EEE2CF;
}
</style>
background-color css
<style>
a { background-color: #EEE2CF; }
a { background-color: rgb(238,226,207); }
div.DivClassName
{
background-color: #EEE2CF;
}
.BgClassName
{
background-color: #EEE2CF;
}
</style>
border-color css
<style>
span { border-color: #EEE2CF; }
span { border-color: rgb(238,226,207); }
td.TdClassName
{
border-color: #EEE2CF;
}
.TagClassName
{
border-color: #EEE2CF;
}
</style>