Shades of Fair Pink #EEE4DE
Tints of Fair Pink #EEE4DE
RGB
CMYK
RGB Variations
Color information
#EEE4DE (or 0xEEE4DE) is known color: Fair Pink. HEX triplet: EE, E4 and DE. RGB value is (238,228,222). Sum of RGB (Red+Green+Blue) = 238+228+222=688 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.59% from 688); Green value is 228 (89.45% from 255 or 33.14% from 688); Blue value is 222 (87.11% from 255 or 32.27% from 688); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE4DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE4DE is #111B21. Grayscale: #E6E6E6. Windows color (decimal): -1121058 or 14607598. OLE color: 14607598.
HSL color Cylindrical-coordinate representation of color #EEE4DE: hue angle of 22.5º degrees, saturation: 0.32, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EEE4DE is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 228 | 222 | - |
| CMYK | 0 | 0.04 | 0.07 | 0.07 |
| HSL | 22.5º | 0.32% | 0.9% | - |
| HSV(B) | 22.5º | 0.07% | 0.93% | - |
| XYZ | 76.19 | 78.94 | 80.33 | - |
| YUV | 230.31 | 123.31 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 228 | 222 | 0 | 0.04 | 0.07 | 0.07 | 22.5 | 0.32 | 0.9 |
| Hex | EE | E4 | DE | 0 | 4 | 7 | 7 | 16 | 20 | 5A |
| Octal | 356 | 344 | 336 | 0 | 4 | 7 | 7 | 26 | 40 | 132 |
| Binary | 11101110 | 11100100 | 11011110 | 0 | 100 | 111 | 111 | 10110 | 100000 | 1011010 |
Color Harmonies of #EEE4DE
Complementary color
Monochromatic Colors of #EEE4DE
Black with #EEE4DE
Text Example
Text Example
White with #EEE4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE4DE; }
p { color: rgb(238,228,222); }
H1.HeaderClassName
{
color: #EEE4DE;
}
.AnyTagClassName
{
color: #EEE4DE;
}
</style>
background-color css
<style>
a { background-color: #EEE4DE; }
a { background-color: rgb(238,228,222); }
div.DivClassName
{
background-color: #EEE4DE;
}
.BgClassName
{
background-color: #EEE4DE;
}
</style>
border-color css
<style>
span { border-color: #EEE4DE; }
span { border-color: rgb(238,228,222); }
td.TdClassName
{
border-color: #EEE4DE;
}
.TagClassName
{
border-color: #EEE4DE;
}
</style>