Html Css Color HEX #EEE4D1 Quarter Spanish White
📋 copy color: '#EEE4D1'red 238 ◦ green 228 ◦ blue 209
Shades of Quarter Spanish White #EEE4D1
Tints of Quarter Spanish White #EEE4D1
RGB
CMYK
RGB Variations
Color information
#EEE4D1 (or 0xEEE4D1) is known color: Quarter Spanish White. HEX triplet: EE, E4 and D1. RGB value is (238,228,209). Sum of RGB (Red+Green+Blue) = 238+228+209=675 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.26% from 675); Green value is 228 (89.45% from 255 or 33.78% from 675); Blue value is 209 (82.03% from 255 or 30.96% from 675); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE4D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE4D1 is #111B2E. Grayscale: #E4E4E4. Windows color (decimal): -1121071 or 13755630. OLE color: 13755630.
HSL color Cylindrical-coordinate representation of color #EEE4D1: hue angle of 39.31º degrees, saturation: 0.46, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EEE4D1 is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 228 | 209 | - |
CMYK | 0 | 0.04 | 0.12 | 0.07 |
HSL | 39.31º | 0.46% | 0.88% | - |
HSV(B) | 39.31º | 0.12% | 0.93% | - |
XYZ | 74.51 | 78.27 | 71.5 | - |
YUV | 228.82 | 116.81 | 134.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 228 | 209 | 0 | 0.04 | 0.12 | 0.07 | 39.31 | 0.46 | 0.88 |
Hex | EE | E4 | D1 | 0 | 4 | C | 7 | 27 | 2E | 58 |
Octal | 356 | 344 | 321 | 0 | 4 | 14 | 7 | 47 | 56 | 130 |
Binary | 11101110 | 11100100 | 11010001 | 0 | 100 | 1100 | 111 | 100111 | 101110 | 1011000 |
Color Harmonies of #EEE4D1
Complementary color
Monochromatic Colors of #EEE4D1
Black with #EEE4D1
Text Example
Text Example
White with #EEE4D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE4D1; }
p { color: rgb(238,228,209); }
H1.HeaderClassName
{
color: #EEE4D1;
}
.AnyTagClassName
{
color: #EEE4D1;
}
</style>
background-color css
<style>
a { background-color: #EEE4D1; }
a { background-color: rgb(238,228,209); }
div.DivClassName
{
background-color: #EEE4D1;
}
.BgClassName
{
background-color: #EEE4D1;
}
</style>
border-color css
<style>
span { border-color: #EEE4D1; }
span { border-color: rgb(238,228,209); }
td.TdClassName
{
border-color: #EEE4D1;
}
.TagClassName
{
border-color: #EEE4D1;
}
</style>