Shades of Fair Pink #EEE2DC
Tints of Fair Pink #EEE2DC
RGB
CMYK
RGB Variations
Color information
#EEE2DC (or 0xEEE2DC) is known color: Fair Pink. HEX triplet: EE, E2 and DC. RGB value is (238,226,220). Sum of RGB (Red+Green+Blue) = 238+226+220=684 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.80% from 684); Green value is 226 (88.67% from 255 or 33.04% from 684); Blue value is 220 (86.33% from 255 or 32.16% from 684); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE2DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE2DC is #111D23. Grayscale: #E4E4E4. Windows color (decimal): -1121572 or 14476014. OLE color: 14476014.
HSL color Cylindrical-coordinate representation of color #EEE2DC: hue angle of 20º degrees, saturation: 0.35, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EEE2DC is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 226 | 220 | - |
| CMYK | 0 | 0.05 | 0.08 | 0.07 |
| HSL | 20º | 0.35% | 0.9% | - |
| HSV(B) | 20º | 0.08% | 0.93% | - |
| XYZ | 75.37 | 77.74 | 78.74 | - |
| YUV | 228.9 | 122.98 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 226 | 220 | 0 | 0.05 | 0.08 | 0.07 | 20 | 0.35 | 0.9 |
| Hex | EE | E2 | DC | 0 | 5 | 8 | 7 | 14 | 23 | 5A |
| Octal | 356 | 342 | 334 | 0 | 5 | 10 | 7 | 24 | 43 | 132 |
| Binary | 11101110 | 11100010 | 11011100 | 0 | 101 | 1000 | 111 | 10100 | 100011 | 1011010 |
Color Harmonies of #EEE2DC
Complementary color
Monochromatic Colors of #EEE2DC
Black with #EEE2DC
Text Example
Text Example
White with #EEE2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE2DC; }
p { color: rgb(238,226,220); }
H1.HeaderClassName
{
color: #EEE2DC;
}
.AnyTagClassName
{
color: #EEE2DC;
}
</style>
background-color css
<style>
a { background-color: #EEE2DC; }
a { background-color: rgb(238,226,220); }
div.DivClassName
{
background-color: #EEE2DC;
}
.BgClassName
{
background-color: #EEE2DC;
}
</style>
border-color css
<style>
span { border-color: #EEE2DC; }
span { border-color: rgb(238,226,220); }
td.TdClassName
{
border-color: #EEE2DC;
}
.TagClassName
{
border-color: #EEE2DC;
}
</style>