Html Css Color HEX #EEE0CF Quarter Spanish White
📋 copy color: '#EEE0CF'red 238 ◦ green 224 ◦ blue 207
Shades of Quarter Spanish White #EEE0CF
Tints of Quarter Spanish White #EEE0CF
RGB
CMYK
RGB Variations
Color information
#EEE0CF (or 0xEEE0CF) is known color: Quarter Spanish White. HEX triplet: EE, E0 and CF. RGB value is (238,224,207). Sum of RGB (Red+Green+Blue) = 238+224+207=669 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.58% from 669); Green value is 224 (87.89% from 255 or 33.48% from 669); Blue value is 207 (81.25% from 255 or 30.94% from 669); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE0CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE0CF is #111F30. Grayscale: #E2E2E2. Windows color (decimal): -1122097 or 13623534. OLE color: 13623534.
HSL color Cylindrical-coordinate representation of color #EEE0CF: hue angle of 32.9º 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 #EEE0CF is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 224 | 207 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.07 |
| HSL | 32.9º | 0.48% | 0.87% | - |
| HSV(B) | 32.9º | 0.13% | 0.93% | - |
| XYZ | 73.18 | 75.99 | 69.84 | - |
| YUV | 226.25 | 117.14 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 224 | 207 | 0 | 0.06 | 0.13 | 0.07 | 32.9 | 0.48 | 0.87 |
| Hex | EE | E0 | CF | 0 | 6 | D | 7 | 21 | 30 | 57 |
| Octal | 356 | 340 | 317 | 0 | 6 | 15 | 7 | 41 | 60 | 127 |
| Binary | 11101110 | 11100000 | 11001111 | 0 | 110 | 1101 | 111 | 100001 | 110000 | 1010111 |
Color Harmonies of #EEE0CF
Complementary color
Monochromatic Colors of #EEE0CF
Black with #EEE0CF
Text Example
Text Example
White with #EEE0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE0CF; }
p { color: rgb(238,224,207); }
H1.HeaderClassName
{
color: #EEE0CF;
}
.AnyTagClassName
{
color: #EEE0CF;
}
</style>
background-color css
<style>
a { background-color: #EEE0CF; }
a { background-color: rgb(238,224,207); }
div.DivClassName
{
background-color: #EEE0CF;
}
.BgClassName
{
background-color: #EEE0CF;
}
</style>
border-color css
<style>
span { border-color: #EEE0CF; }
span { border-color: rgb(238,224,207); }
td.TdClassName
{
border-color: #EEE0CF;
}
.TagClassName
{
border-color: #EEE0CF;
}
</style>