Shades of Pale Rose #EEDDDF
Tints of Pale Rose #EEDDDF
RGB
CMYK
RGB Variations
Color information
#EEDDDF (or 0xEEDDDF) is known color: Pale Rose. HEX triplet: EE, DD and DF. RGB value is (238,221,223). Sum of RGB (Red+Green+Blue) = 238+221+223=682 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.90% from 682); Green value is 221 (86.72% from 255 or 32.40% from 682); Blue value is 223 (87.5% from 255 or 32.70% from 682); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDDDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEDDDF is #112220. Grayscale: #E2E2E2. Windows color (decimal): -1122849 or 14671342. OLE color: 14671342.
HSL color Cylindrical-coordinate representation of color #EEDDDF: hue angle of 352.94º degrees, saturation: 0.33, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EEDDDF is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 221 | 223 | - |
| CMYK | 0 | 0.07 | 0.06 | 0.07 |
| HSL | 352.94º | 0.33% | 0.9% | - |
| HSV(B) | 352.94º | 0.07% | 0.93% | - |
| XYZ | 74.44 | 75.22 | 80.41 | - |
| YUV | 226.31 | 126.13 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 221 | 223 | 0 | 0.07 | 0.06 | 0.07 | 352.94 | 0.33 | 0.9 |
| Hex | EE | DD | DF | 0 | 7 | 6 | 7 | 161 | 21 | 5A |
| Octal | 356 | 335 | 337 | 0 | 7 | 6 | 7 | 541 | 41 | 132 |
| Binary | 11101110 | 11011101 | 11011111 | 0 | 111 | 110 | 111 | 101100001 | 100001 | 1011010 |
Color Harmonies of #EEDDDF
Complementary color
Monochromatic Colors of #EEDDDF
Black with #EEDDDF
Text Example
Text Example
White with #EEDDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDDDF; }
p { color: rgb(238,221,223); }
H1.HeaderClassName
{
color: #EEDDDF;
}
.AnyTagClassName
{
color: #EEDDDF;
}
</style>
background-color css
<style>
a { background-color: #EEDDDF; }
a { background-color: rgb(238,221,223); }
div.DivClassName
{
background-color: #EEDDDF;
}
.BgClassName
{
background-color: #EEDDDF;
}
</style>
border-color css
<style>
span { border-color: #EEDDDF; }
span { border-color: rgb(238,221,223); }
td.TdClassName
{
border-color: #EEDDDF;
}
.TagClassName
{
border-color: #EEDDDF;
}
</style>