Shades of Fair Pink #EEE2DB
Tints of Fair Pink #EEE2DB
RGB
CMYK
RGB Variations
Color information
#EEE2DB (or 0xEEE2DB) is known color: Fair Pink. HEX triplet: EE, E2 and DB. RGB value is (238,226,219). Sum of RGB (Red+Green+Blue) = 238+226+219=683 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.85% from 683); Green value is 226 (88.67% from 255 or 33.09% from 683); Blue value is 219 (85.94% from 255 or 32.06% from 683); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE2DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEE2DB is #111D24. Grayscale: #E4E4E4. Windows color (decimal): -1121573 or 14410478. OLE color: 14410478.
HSL color Cylindrical-coordinate representation of color #EEE2DB: hue angle of 22.11º degrees, saturation: 0.36, 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 #EEE2DB is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 226 | 219 | - |
CMYK | 0 | 0.05 | 0.08 | 0.07 |
HSL | 22.11º | 0.36% | 0.9% | - |
HSV(B) | 22.11º | 0.08% | 0.93% | - |
XYZ | 75.24 | 77.68 | 78.05 | - |
YUV | 228.79 | 122.48 | 134.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 226 | 219 | 0 | 0.05 | 0.08 | 0.07 | 22.11 | 0.36 | 0.9 |
Hex | EE | E2 | DB | 0 | 5 | 8 | 7 | 16 | 24 | 5A |
Octal | 356 | 342 | 333 | 0 | 5 | 10 | 7 | 26 | 44 | 132 |
Binary | 11101110 | 11100010 | 11011011 | 0 | 101 | 1000 | 111 | 10110 | 100100 | 1011010 |
Color Harmonies of #EEE2DB
Complementary color
Monochromatic Colors of #EEE2DB
Black with #EEE2DB
Text Example
Text Example
White with #EEE2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE2DB; }
p { color: rgb(238,226,219); }
H1.HeaderClassName
{
color: #EEE2DB;
}
.AnyTagClassName
{
color: #EEE2DB;
}
</style>
background-color css
<style>
a { background-color: #EEE2DB; }
a { background-color: rgb(238,226,219); }
div.DivClassName
{
background-color: #EEE2DB;
}
.BgClassName
{
background-color: #EEE2DB;
}
</style>
border-color css
<style>
span { border-color: #EEE2DB; }
span { border-color: rgb(238,226,219); }
td.TdClassName
{
border-color: #EEE2DB;
}
.TagClassName
{
border-color: #EEE2DB;
}
</style>