Shades of Pale Rose #E6D6DA
Tints of Pale Rose #E6D6DA
RGB
CMYK
RGB Variations
Color information
#E6D6DA (or 0xE6D6DA) is known color: Pale Rose. HEX triplet: E6, D6 and DA. RGB value is (230,214,218). Sum of RGB (Red+Green+Blue) = 230+214+218=662 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.74% from 662); Green value is 214 (83.98% from 255 or 32.33% from 662); Blue value is 218 (85.55% from 255 or 32.93% from 662); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D6DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6D6DA is #192925. Grayscale: #DBDBDB. Windows color (decimal): -1648934 or 14341862. OLE color: 14341862.
HSL color Cylindrical-coordinate representation of color #E6D6DA: hue angle of 345º degrees, saturation: 0.24, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E6D6DA is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 214 | 218 | - |
| CMYK | 0 | 0.07 | 0.05 | 0.10 |
| HSL | 345º | 0.24% | 0.87% | - |
| HSV(B) | 345º | 0.07% | 0.9% | - |
| XYZ | 69.33 | 69.98 | 76.18 | - |
| YUV | 219.24 | 127.3 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 214 | 218 | 0 | 0.07 | 0.05 | 0.10 | 345 | 0.24 | 0.87 |
| Hex | E6 | D6 | DA | 0 | 7 | 5 | A | 159 | 18 | 57 |
| Octal | 346 | 326 | 332 | 0 | 7 | 5 | 12 | 531 | 30 | 127 |
| Binary | 11100110 | 11010110 | 11011010 | 0 | 111 | 101 | 1010 | 101011001 | 11000 | 1010111 |
Color Harmonies of #E6D6DA
Complementary color
Monochromatic Colors of #E6D6DA
Black with #E6D6DA
Text Example
Text Example
White with #E6D6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D6DA; }
p { color: rgb(230,214,218); }
H1.HeaderClassName
{
color: #E6D6DA;
}
.AnyTagClassName
{
color: #E6D6DA;
}
</style>
background-color css
<style>
a { background-color: #E6D6DA; }
a { background-color: rgb(230,214,218); }
div.DivClassName
{
background-color: #E6D6DA;
}
.BgClassName
{
background-color: #E6D6DA;
}
</style>
border-color css
<style>
span { border-color: #E6D6DA; }
span { border-color: rgb(230,214,218); }
td.TdClassName
{
border-color: #E6D6DA;
}
.TagClassName
{
border-color: #E6D6DA;
}
</style>