Shades of Pale Rose #E6DEDF
Tints of Pale Rose #E6DEDF
RGB
CMYK
RGB Variations
Color information
#E6DEDF (or 0xE6DEDF) is known color: Pale Rose. HEX triplet: E6, DE and DF. RGB value is (230,222,223). Sum of RGB (Red+Green+Blue) = 230+222+223=675 (89% of max value = 765). Red value is 230 (90.23% from 255 or 34.07% from 675); Green value is 222 (87.11% from 255 or 32.89% from 675); Blue value is 223 (87.5% from 255 or 33.04% from 675); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DEDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DEDF is #192120. Grayscale: #E0E0E0. Windows color (decimal): -1646881 or 14671590. OLE color: 14671590.
HSL color Cylindrical-coordinate representation of color #E6DEDF: hue angle of 352.5º degrees, saturation: 0.14, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E6DEDF is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 222 | 223 | - |
| CMYK | 0 | 0.03 | 0.03 | 0.10 |
| HSL | 352.5º | 0.14% | 0.89% | - |
| HSV(B) | 352.5º | 0.03% | 0.9% | - |
| XYZ | 72.07 | 74.39 | 80.37 | - |
| YUV | 224.51 | 127.15 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 222 | 223 | 0 | 0.03 | 0.03 | 0.10 | 352.5 | 0.14 | 0.89 |
| Hex | E6 | DE | DF | 0 | 3 | 3 | A | 160 | E | 59 |
| Octal | 346 | 336 | 337 | 0 | 3 | 3 | 12 | 540 | 16 | 131 |
| Binary | 11100110 | 11011110 | 11011111 | 0 | 11 | 11 | 1010 | 101100000 | 1110 | 1011001 |
Color Harmonies of #E6DEDF
Complementary color
Monochromatic Colors of #E6DEDF
Black with #E6DEDF
Text Example
Text Example
White with #E6DEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DEDF; }
p { color: rgb(230,222,223); }
H1.HeaderClassName
{
color: #E6DEDF;
}
.AnyTagClassName
{
color: #E6DEDF;
}
</style>
background-color css
<style>
a { background-color: #E6DEDF; }
a { background-color: rgb(230,222,223); }
div.DivClassName
{
background-color: #E6DEDF;
}
.BgClassName
{
background-color: #E6DEDF;
}
</style>
border-color css
<style>
span { border-color: #E6DEDF; }
span { border-color: rgb(230,222,223); }
td.TdClassName
{
border-color: #E6DEDF;
}
.TagClassName
{
border-color: #E6DEDF;
}
</style>