Shades of Pale Rose #EED6DE
Tints of Pale Rose #EED6DE
RGB
CMYK
RGB Variations
Color information
#EED6DE (or 0xEED6DE) is known color: Pale Rose. HEX triplet: EE, D6 and DE. RGB value is (238,214,222). Sum of RGB (Red+Green+Blue) = 238+214+222=674 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.31% from 674); Green value is 214 (83.98% from 255 or 31.75% from 674); Blue value is 222 (87.11% from 255 or 32.94% from 674); Max value from RGB is 238 - color contains mainly: red. Hex color #EED6DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED6DE is #112921. Grayscale: #DEDEDE. Windows color (decimal): -1124642 or 14604014. OLE color: 14604014.
HSL color Cylindrical-coordinate representation of color #EED6DE: hue angle of 340º 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 #EED6DE is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 214 | 222 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.07 |
| HSL | 340º | 0.41% | 0.89% | - |
| HSV(B) | 340º | 0.1% | 0.93% | - |
| XYZ | 72.49 | 71.54 | 79.1 | - |
| YUV | 222.09 | 127.95 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 214 | 222 | 0 | 0.10 | 0.07 | 0.07 | 340 | 0.41 | 0.89 |
| Hex | EE | D6 | DE | 0 | A | 7 | 7 | 154 | 29 | 59 |
| Octal | 356 | 326 | 336 | 0 | 12 | 7 | 7 | 524 | 51 | 131 |
| Binary | 11101110 | 11010110 | 11011110 | 0 | 1010 | 111 | 111 | 101010100 | 101001 | 1011001 |
Color Harmonies of #EED6DE
Complementary color
Monochromatic Colors of #EED6DE
Black with #EED6DE
Text Example
Text Example
White with #EED6DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED6DE; }
p { color: rgb(238,214,222); }
H1.HeaderClassName
{
color: #EED6DE;
}
.AnyTagClassName
{
color: #EED6DE;
}
</style>
background-color css
<style>
a { background-color: #EED6DE; }
a { background-color: rgb(238,214,222); }
div.DivClassName
{
background-color: #EED6DE;
}
.BgClassName
{
background-color: #EED6DE;
}
</style>
border-color css
<style>
span { border-color: #EED6DE; }
span { border-color: rgb(238,214,222); }
td.TdClassName
{
border-color: #EED6DE;
}
.TagClassName
{
border-color: #EED6DE;
}
</style>