Shades of Pale Rose #E6DBDD
Tints of Pale Rose #E6DBDD
RGB
CMYK
RGB Variations
Color information
#E6DBDD (or 0xE6DBDD) is known color: Pale Rose. HEX triplet: E6, DB and DD. RGB value is (230,219,221). Sum of RGB (Red+Green+Blue) = 230+219+221=670 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.33% from 670); Green value is 219 (85.94% from 255 or 32.69% from 670); Blue value is 221 (86.72% from 255 or 32.99% from 670); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DBDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DBDD is #192422. Grayscale: #DEDEDE. Windows color (decimal): -1647651 or 14539750. OLE color: 14539750.
HSL color Cylindrical-coordinate representation of color #E6DBDD: hue angle of 349.09º degrees, saturation: 0.18, 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 #E6DBDD is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
RGB | 230 | 219 | 221 | - |
CMYK | 0 | 0.05 | 0.04 | 0.10 |
HSL | 349.09º | 0.18% | 0.88% | - |
HSV(B) | 349.09º | 0.05% | 0.9% | - |
XYZ | 71.02 | 72.71 | 78.7 | - |
YUV | 222.52 | 127.14 | 133.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 219 | 221 | 0 | 0.05 | 0.04 | 0.10 | 349.09 | 0.18 | 0.88 |
Hex | E6 | DB | DD | 0 | 5 | 4 | A | 15D | 12 | 58 |
Octal | 346 | 333 | 335 | 0 | 5 | 4 | 12 | 535 | 22 | 130 |
Binary | 11100110 | 11011011 | 11011101 | 0 | 101 | 100 | 1010 | 101011101 | 10010 | 1011000 |
Color Harmonies of #E6DBDD
Complementary color
Monochromatic Colors of #E6DBDD
Black with #E6DBDD
Text Example
Text Example
White with #E6DBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DBDD; }
p { color: rgb(230,219,221); }
H1.HeaderClassName
{
color: #E6DBDD;
}
.AnyTagClassName
{
color: #E6DBDD;
}
</style>
background-color css
<style>
a { background-color: #E6DBDD; }
a { background-color: rgb(230,219,221); }
div.DivClassName
{
background-color: #E6DBDD;
}
.BgClassName
{
background-color: #E6DBDD;
}
</style>
border-color css
<style>
span { border-color: #E6DBDD; }
span { border-color: rgb(230,219,221); }
td.TdClassName
{
border-color: #E6DBDD;
}
.TagClassName
{
border-color: #E6DBDD;
}
</style>