Shades of Classic Rose #E6D9E2
Tints of Classic Rose #E6D9E2
RGB
CMYK
RGB Variations
Color information
#E6D9E2 (or 0xE6D9E2) is known color: Classic Rose. HEX triplet: E6, D9 and E2. RGB value is (230,217,226). Sum of RGB (Red+Green+Blue) = 230+217+226=673 (89% of max value = 765). Red value is 230 (90.23% from 255 or 34.18% from 673); Green value is 217 (85.16% from 255 or 32.24% from 673); Blue value is 226 (88.67% from 255 or 33.58% from 673); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D9E2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6D9E2 is #19261D. Grayscale: #DDDDDD. Windows color (decimal): -1648158 or 14866918. OLE color: 14866918.
HSL color Cylindrical-coordinate representation of color #E6D9E2: hue angle of 318.46º degrees, saturation: 0.21, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E6D9E2 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
RGB | 230 | 217 | 226 | - |
CMYK | 0 | 0.06 | 0.02 | 0.10 |
HSL | 318.46º | 0.21% | 0.88% | - |
HSV(B) | 318.46º | 0.06% | 0.9% | - |
XYZ | 71.17 | 71.94 | 82.09 | - |
YUV | 221.91 | 130.31 | 133.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 217 | 226 | 0 | 0.06 | 0.02 | 0.10 | 318.46 | 0.21 | 0.88 |
Hex | E6 | D9 | E2 | 0 | 6 | 2 | A | 13E | 15 | 58 |
Octal | 346 | 331 | 342 | 0 | 6 | 2 | 12 | 476 | 25 | 130 |
Binary | 11100110 | 11011001 | 11100010 | 0 | 110 | 10 | 1010 | 100111110 | 10101 | 1011000 |
Color Harmonies of #E6D9E2
Complementary color
Monochromatic Colors of #E6D9E2
Black with #E6D9E2
Text Example
Text Example
White with #E6D9E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D9E2; }
p { color: rgb(230,217,226); }
H1.HeaderClassName
{
color: #E6D9E2;
}
.AnyTagClassName
{
color: #E6D9E2;
}
</style>
background-color css
<style>
a { background-color: #E6D9E2; }
a { background-color: rgb(230,217,226); }
div.DivClassName
{
background-color: #E6D9E2;
}
.BgClassName
{
background-color: #E6D9E2;
}
</style>
border-color css
<style>
span { border-color: #E6D9E2; }
span { border-color: rgb(230,217,226); }
td.TdClassName
{
border-color: #E6D9E2;
}
.TagClassName
{
border-color: #E6D9E2;
}
</style>