Shades of Pale Rose #EEDADF
Tints of Pale Rose #EEDADF
RGB
CMYK
RGB Variations
Color information
#EEDADF (or 0xEEDADF) is known color: Pale Rose. HEX triplet: EE, DA and DF. RGB value is (238,218,223). Sum of RGB (Red+Green+Blue) = 238+218+223=679 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.05% from 679); Green value is 218 (85.55% from 255 or 32.11% from 679); Blue value is 223 (87.5% from 255 or 32.84% from 679); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDADF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDADF is #112520. Grayscale: #E0E0E0. Windows color (decimal): -1123617 or 14670574. OLE color: 14670574.
HSL color Cylindrical-coordinate representation of color #EEDADF: hue angle of 345º 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 #EEDADF is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 218 | 223 | - |
| CMYK | 0 | 0.08 | 0.06 | 0.07 |
| HSL | 345º | 0.37% | 0.89% | - |
| HSV(B) | 345º | 0.08% | 0.93% | - |
| XYZ | 73.65 | 73.65 | 80.15 | - |
| YUV | 224.55 | 127.13 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 218 | 223 | 0 | 0.08 | 0.06 | 0.07 | 345 | 0.37 | 0.89 |
| Hex | EE | DA | DF | 0 | 8 | 6 | 7 | 159 | 25 | 59 |
| Octal | 356 | 332 | 337 | 0 | 10 | 6 | 7 | 531 | 45 | 131 |
| Binary | 11101110 | 11011010 | 11011111 | 0 | 1000 | 110 | 111 | 101011001 | 100101 | 1011001 |
Color Harmonies of #EEDADF
Complementary color
Monochromatic Colors of #EEDADF
Black with #EEDADF
Text Example
Text Example
White with #EEDADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDADF; }
p { color: rgb(238,218,223); }
H1.HeaderClassName
{
color: #EEDADF;
}
.AnyTagClassName
{
color: #EEDADF;
}
</style>
background-color css
<style>
a { background-color: #EEDADF; }
a { background-color: rgb(238,218,223); }
div.DivClassName
{
background-color: #EEDADF;
}
.BgClassName
{
background-color: #EEDADF;
}
</style>
border-color css
<style>
span { border-color: #EEDADF; }
span { border-color: rgb(238,218,223); }
td.TdClassName
{
border-color: #EEDADF;
}
.TagClassName
{
border-color: #EEDADF;
}
</style>