Shades of Pale Rose #EEDADC
Tints of Pale Rose #EEDADC
RGB
CMYK
RGB Variations
Color information
#EEDADC (or 0xEEDADC) is known color: Pale Rose. HEX triplet: EE, DA and DC. RGB value is (238,218,220). Sum of RGB (Red+Green+Blue) = 238+218+220=676 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.21% from 676); Green value is 218 (85.55% from 255 or 32.25% from 676); Blue value is 220 (86.33% from 255 or 32.54% from 676); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDADC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDADC is #112523. Grayscale: #E0E0E0. Windows color (decimal): -1123620 or 14473966. OLE color: 14473966.
HSL color Cylindrical-coordinate representation of color #EEDADC: hue angle of 354º degrees, saturation: 0.37, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EEDADC is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 220 | - |
| CMYK | 0 | 0.08 | 0.08 | 0.07 |
| HSL | 354º | 0.37% | 0.89% | - |
| HSV(B) | 354º | 0.08% | 0.93% | - |
| XYZ | 73.25 | 73.49 | 78.03 | - |
| YUV | 224.21 | 125.63 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 220 | 0 | 0.08 | 0.08 | 0.07 | 354 | 0.37 | 0.89 |
| Hex | EE | DA | DC | 0 | 8 | 8 | 7 | 162 | 25 | 59 |
| Octal | 356 | 332 | 334 | 0 | 10 | 10 | 7 | 542 | 45 | 131 |
| Binary | 11101110 | 11011010 | 11011100 | 0 | 1000 | 1000 | 111 | 101100010 | 100101 | 1011001 |
Color Harmonies of #EEDADC
Complementary color
Monochromatic Colors of #EEDADC
Black with #EEDADC
Text Example
Text Example
White with #EEDADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDADC; }
p { color: rgb(238,218,220); }
H1.HeaderClassName
{
color: #EEDADC;
}
.AnyTagClassName
{
color: #EEDADC;
}
</style>
background-color css
<style>
a { background-color: #EEDADC; }
a { background-color: rgb(238,218,220); }
div.DivClassName
{
background-color: #EEDADC;
}
.BgClassName
{
background-color: #EEDADC;
}
</style>
border-color css
<style>
span { border-color: #EEDADC; }
span { border-color: rgb(238,218,220); }
td.TdClassName
{
border-color: #EEDADC;
}
.TagClassName
{
border-color: #EEDADC;
}
</style>