Shades of Pale Rose #E6DADD
Tints of Pale Rose #E6DADD
RGB
CMYK
RGB Variations
Color information
#E6DADD (or 0xE6DADD) is known color: Pale Rose. HEX triplet: E6, DA and DD. RGB value is (230,218,221). Sum of RGB (Red+Green+Blue) = 230+218+221=669 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.38% from 669); Green value is 218 (85.55% from 255 or 32.59% from 669); Blue value is 221 (86.72% from 255 or 33.03% from 669); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DADD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DADD is #192522. Grayscale: #DDDDDD. Windows color (decimal): -1647907 or 14539494. OLE color: 14539494.
HSL color Cylindrical-coordinate representation of color #E6DADD: hue angle of 345º degrees, saturation: 0.19, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E6DADD is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 218 | 221 | - |
| CMYK | 0 | 0.05 | 0.04 | 0.10 |
| HSL | 345º | 0.19% | 0.88% | - |
| HSV(B) | 345º | 0.05% | 0.9% | - |
| XYZ | 70.76 | 72.19 | 78.61 | - |
| YUV | 221.93 | 127.48 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 218 | 221 | 0 | 0.05 | 0.04 | 0.10 | 345 | 0.19 | 0.88 |
| Hex | E6 | DA | DD | 0 | 5 | 4 | A | 159 | 13 | 58 |
| Octal | 346 | 332 | 335 | 0 | 5 | 4 | 12 | 531 | 23 | 130 |
| Binary | 11100110 | 11011010 | 11011101 | 0 | 101 | 100 | 1010 | 101011001 | 10011 | 1011000 |
Color Harmonies of #E6DADD
Complementary color
Monochromatic Colors of #E6DADD
Black with #E6DADD
Text Example
Text Example
White with #E6DADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DADD; }
p { color: rgb(230,218,221); }
H1.HeaderClassName
{
color: #E6DADD;
}
.AnyTagClassName
{
color: #E6DADD;
}
</style>
background-color css
<style>
a { background-color: #E6DADD; }
a { background-color: rgb(230,218,221); }
div.DivClassName
{
background-color: #E6DADD;
}
.BgClassName
{
background-color: #E6DADD;
}
</style>
border-color css
<style>
span { border-color: #E6DADD; }
span { border-color: rgb(230,218,221); }
td.TdClassName
{
border-color: #E6DADD;
}
.TagClassName
{
border-color: #E6DADD;
}
</style>