Shades of Pale Rose #EED6DC
Tints of Pale Rose #EED6DC
RGB
CMYK
RGB Variations
Color information
#EED6DC (or 0xEED6DC) is known color: Pale Rose. HEX triplet: EE, D6 and DC. RGB value is (238,214,220). Sum of RGB (Red+Green+Blue) = 238+214+220=672 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.42% from 672); Green value is 214 (83.98% from 255 or 31.85% from 672); Blue value is 220 (86.33% from 255 or 32.74% from 672); Max value from RGB is 238 - color contains mainly: red. Hex color #EED6DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED6DC is #112923. Grayscale: #DDDDDD. Windows color (decimal): -1124644 or 14472942. OLE color: 14472942.
HSL color Cylindrical-coordinate representation of color #EED6DC: hue angle of 345º 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 #EED6DC is Cyan = 0, Magento = 0.10, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 214 | 220 | - |
| CMYK | 0 | 0.10 | 0.08 | 0.07 |
| HSL | 345º | 0.41% | 0.89% | - |
| HSV(B) | 345º | 0.1% | 0.93% | - |
| XYZ | 72.22 | 71.44 | 77.69 | - |
| YUV | 221.86 | 126.95 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 214 | 220 | 0 | 0.10 | 0.08 | 0.07 | 345 | 0.41 | 0.89 |
| Hex | EE | D6 | DC | 0 | A | 8 | 7 | 159 | 29 | 59 |
| Octal | 356 | 326 | 334 | 0 | 12 | 10 | 7 | 531 | 51 | 131 |
| Binary | 11101110 | 11010110 | 11011100 | 0 | 1010 | 1000 | 111 | 101011001 | 101001 | 1011001 |
Color Harmonies of #EED6DC
Complementary color
Monochromatic Colors of #EED6DC
Black with #EED6DC
Text Example
Text Example
White with #EED6DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED6DC; }
p { color: rgb(238,214,220); }
H1.HeaderClassName
{
color: #EED6DC;
}
.AnyTagClassName
{
color: #EED6DC;
}
</style>
background-color css
<style>
a { background-color: #EED6DC; }
a { background-color: rgb(238,214,220); }
div.DivClassName
{
background-color: #EED6DC;
}
.BgClassName
{
background-color: #EED6DC;
}
</style>
border-color css
<style>
span { border-color: #EED6DC; }
span { border-color: rgb(238,214,220); }
td.TdClassName
{
border-color: #EED6DC;
}
.TagClassName
{
border-color: #EED6DC;
}
</style>