Shades of Pale Rose #EED6D8
Tints of Pale Rose #EED6D8
RGB
CMYK
RGB Variations
Color information
#EED6D8 (or 0xEED6D8) is known color: Pale Rose. HEX triplet: EE, D6 and D8. RGB value is (238,214,216). Sum of RGB (Red+Green+Blue) = 238+214+216=668 (88% of max value = 765). Red value is 238 (93.36% from 255 or 35.63% from 668); Green value is 214 (83.98% from 255 or 32.04% from 668); Blue value is 216 (84.77% from 255 or 32.34% from 668); Max value from RGB is 238 - color contains mainly: red. Hex color #EED6D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED6D8 is #112927. Grayscale: #DDDDDD. Windows color (decimal): -1124648 or 14210798. OLE color: 14210798.
HSL color Cylindrical-coordinate representation of color #EED6D8: hue angle of 355º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EED6D8 is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 214 | 216 | - |
| CMYK | 0 | 0.10 | 0.09 | 0.07 |
| HSL | 355º | 0.41% | 0.89% | - |
| HSV(B) | 355º | 0.1% | 0.93% | - |
| XYZ | 71.7 | 71.23 | 74.94 | - |
| YUV | 221.4 | 124.95 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 214 | 216 | 0 | 0.10 | 0.09 | 0.07 | 355 | 0.41 | 0.89 |
| Hex | EE | D6 | D8 | 0 | A | 9 | 7 | 163 | 29 | 59 |
| Octal | 356 | 326 | 330 | 0 | 12 | 11 | 7 | 543 | 51 | 131 |
| Binary | 11101110 | 11010110 | 11011000 | 0 | 1010 | 1001 | 111 | 101100011 | 101001 | 1011001 |
Color Harmonies of #EED6D8
Complementary color
Monochromatic Colors of #EED6D8
Black with #EED6D8
Text Example
Text Example
White with #EED6D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED6D8; }
p { color: rgb(238,214,216); }
H1.HeaderClassName
{
color: #EED6D8;
}
.AnyTagClassName
{
color: #EED6D8;
}
</style>
background-color css
<style>
a { background-color: #EED6D8; }
a { background-color: rgb(238,214,216); }
div.DivClassName
{
background-color: #EED6D8;
}
.BgClassName
{
background-color: #EED6D8;
}
</style>
border-color css
<style>
span { border-color: #EED6D8; }
span { border-color: rgb(238,214,216); }
td.TdClassName
{
border-color: #EED6D8;
}
.TagClassName
{
border-color: #EED6D8;
}
</style>