Shades of Pale Rose #E6DADC
Tints of Pale Rose #E6DADC
RGB
CMYK
RGB Variations
Color information
#E6DADC (or 0xE6DADC) is known color: Pale Rose. HEX triplet: E6, DA and DC. RGB value is (230,218,220). Sum of RGB (Red+Green+Blue) = 230+218+220=668 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.43% from 668); Green value is 218 (85.55% from 255 or 32.63% from 668); Blue value is 220 (86.33% from 255 or 32.93% from 668); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DADC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DADC is #192523. Grayscale: #DDDDDD. Windows color (decimal): -1647908 or 14473958. OLE color: 14473958.
HSL color Cylindrical-coordinate representation of color #E6DADC: hue angle of 350º 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 #E6DADC is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 218 | 220 | - |
| CMYK | 0 | 0.05 | 0.04 | 0.10 |
| HSL | 350º | 0.19% | 0.88% | - |
| HSV(B) | 350º | 0.05% | 0.9% | - |
| XYZ | 70.62 | 72.13 | 77.91 | - |
| YUV | 221.82 | 126.98 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 218 | 220 | 0 | 0.05 | 0.04 | 0.10 | 350 | 0.19 | 0.88 |
| Hex | E6 | DA | DC | 0 | 5 | 4 | A | 15E | 13 | 58 |
| Octal | 346 | 332 | 334 | 0 | 5 | 4 | 12 | 536 | 23 | 130 |
| Binary | 11100110 | 11011010 | 11011100 | 0 | 101 | 100 | 1010 | 101011110 | 10011 | 1011000 |
Color Harmonies of #E6DADC
Complementary color
Monochromatic Colors of #E6DADC
Black with #E6DADC
Text Example
Text Example
White with #E6DADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DADC; }
p { color: rgb(230,218,220); }
H1.HeaderClassName
{
color: #E6DADC;
}
.AnyTagClassName
{
color: #E6DADC;
}
</style>
background-color css
<style>
a { background-color: #E6DADC; }
a { background-color: rgb(230,218,220); }
div.DivClassName
{
background-color: #E6DADC;
}
.BgClassName
{
background-color: #E6DADC;
}
</style>
border-color css
<style>
span { border-color: #E6DADC; }
span { border-color: rgb(230,218,220); }
td.TdClassName
{
border-color: #E6DADC;
}
.TagClassName
{
border-color: #E6DADC;
}
</style>