Shades of Pale Rose #E6DBDC
Tints of Pale Rose #E6DBDC
RGB
CMYK
RGB Variations
Color information
#E6DBDC (or 0xE6DBDC) is known color: Pale Rose. HEX triplet: E6, DB and DC. RGB value is (230,219,220). Sum of RGB (Red+Green+Blue) = 230+219+220=669 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.38% from 669); Green value is 219 (85.94% from 255 or 32.74% from 669); Blue value is 220 (86.33% from 255 or 32.88% from 669); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DBDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DBDC is #192423. Grayscale: #DEDEDE. Windows color (decimal): -1647652 or 14474214. OLE color: 14474214.
HSL color Cylindrical-coordinate representation of color #E6DBDC: hue angle of 354.55º 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 #E6DBDC is Cyan = 0, Magento = 0.05, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
RGB | 230 | 219 | 220 | - |
CMYK | 0 | 0.05 | 0.04 | 0.10 |
HSL | 354.55º | 0.18% | 0.88% | - |
HSV(B) | 354.55º | 0.05% | 0.9% | - |
XYZ | 70.88 | 72.65 | 78 | - |
YUV | 222.4 | 126.64 | 133.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 219 | 220 | 0 | 0.05 | 0.04 | 0.10 | 354.55 | 0.18 | 0.88 |
Hex | E6 | DB | DC | 0 | 5 | 4 | A | 163 | 12 | 58 |
Octal | 346 | 333 | 334 | 0 | 5 | 4 | 12 | 543 | 22 | 130 |
Binary | 11100110 | 11011011 | 11011100 | 0 | 101 | 100 | 1010 | 101100011 | 10010 | 1011000 |
Color Harmonies of #E6DBDC
Complementary color
Monochromatic Colors of #E6DBDC
Black with #E6DBDC
Text Example
Text Example
White with #E6DBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6DBDC; }
p { color: rgb(230,219,220); }
H1.HeaderClassName
{
color: #E6DBDC;
}
.AnyTagClassName
{
color: #E6DBDC;
}
</style>
background-color css
<style>
a { background-color: #E6DBDC; }
a { background-color: rgb(230,219,220); }
div.DivClassName
{
background-color: #E6DBDC;
}
.BgClassName
{
background-color: #E6DBDC;
}
</style>
border-color css
<style>
span { border-color: #E6DBDC; }
span { border-color: rgb(230,219,220); }
td.TdClassName
{
border-color: #E6DBDC;
}
.TagClassName
{
border-color: #E6DBDC;
}
</style>