Shades of Pale Rose #EED1D3
Tints of Pale Rose #EED1D3
RGB
CMYK
RGB Variations
Color information
#EED1D3 (or 0xEED1D3) is known color: Pale Rose. HEX triplet: EE, D1 and D3. RGB value is (238,209,211). Sum of RGB (Red+Green+Blue) = 238+209+211=658 (87% of max value = 765). Red value is 238 (93.36% from 255 or 36.17% from 658); Green value is 209 (82.03% from 255 or 31.76% from 658); Blue value is 211 (82.81% from 255 or 32.07% from 658); Max value from RGB is 238 - color contains mainly: red. Hex color #EED1D3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED1D3 is #112E2C. Grayscale: #D9D9D9. Windows color (decimal): -1125933 or 13881838. OLE color: 13881838.
HSL color Cylindrical-coordinate representation of color #EED1D3: hue angle of 355.86º 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 #EED1D3 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 209 | 211 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.07 |
| HSL | 355.86º | 0.46% | 0.88% | - |
| HSV(B) | 355.86º | 0.12% | 0.93% | - |
| XYZ | 69.82 | 68.48 | 71.17 | - |
| YUV | 217.9 | 124.11 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 209 | 211 | 0 | 0.12 | 0.11 | 0.07 | 355.86 | 0.46 | 0.88 |
| Hex | EE | D1 | D3 | 0 | C | B | 7 | 164 | 2E | 58 |
| Octal | 356 | 321 | 323 | 0 | 14 | 13 | 7 | 544 | 56 | 130 |
| Binary | 11101110 | 11010001 | 11010011 | 0 | 1100 | 1011 | 111 | 101100100 | 101110 | 1011000 |
Color Harmonies of #EED1D3
Complementary color
Monochromatic Colors of #EED1D3
Black with #EED1D3
Text Example
Text Example
White with #EED1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED1D3; }
p { color: rgb(238,209,211); }
H1.HeaderClassName
{
color: #EED1D3;
}
.AnyTagClassName
{
color: #EED1D3;
}
</style>
background-color css
<style>
a { background-color: #EED1D3; }
a { background-color: rgb(238,209,211); }
div.DivClassName
{
background-color: #EED1D3;
}
.BgClassName
{
background-color: #EED1D3;
}
</style>
border-color css
<style>
span { border-color: #EED1D3; }
span { border-color: rgb(238,209,211); }
td.TdClassName
{
border-color: #EED1D3;
}
.TagClassName
{
border-color: #EED1D3;
}
</style>