Shades of Classic Rose #E6CCDD
Tints of Classic Rose #E6CCDD
RGB
CMYK
RGB Variations
Color information
#E6CCDD (or 0xE6CCDD) is known color: Classic Rose. HEX triplet: E6, CC and DD. RGB value is (230,204,221). Sum of RGB (Red+Green+Blue) = 230+204+221=655 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.11% from 655); Green value is 204 (80.08% from 255 or 31.15% from 655); Blue value is 221 (86.72% from 255 or 33.74% from 655); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CCDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CCDD is #193322. Grayscale: #D5D5D5. Windows color (decimal): -1651491 or 14535910. OLE color: 14535910.
HSL color Cylindrical-coordinate representation of color #E6CCDD: hue angle of 320.77º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E6CCDD is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 204 | 221 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.10 |
| HSL | 320.77º | 0.34% | 0.85% | - |
| HSV(B) | 320.77º | 0.11% | 0.9% | - |
| XYZ | 67.28 | 65.23 | 77.45 | - |
| YUV | 213.71 | 132.11 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 204 | 221 | 0 | 0.11 | 0.04 | 0.10 | 320.77 | 0.34 | 0.85 |
| Hex | E6 | CC | DD | 0 | B | 4 | A | 141 | 22 | 55 |
| Octal | 346 | 314 | 335 | 0 | 13 | 4 | 12 | 501 | 42 | 125 |
| Binary | 11100110 | 11001100 | 11011101 | 0 | 1011 | 100 | 1010 | 101000001 | 100010 | 1010101 |
Color Harmonies of #E6CCDD
Complementary color
Monochromatic Colors of #E6CCDD
Black with #E6CCDD
Text Example
Text Example
White with #E6CCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CCDD; }
p { color: rgb(230,204,221); }
H1.HeaderClassName
{
color: #E6CCDD;
}
.AnyTagClassName
{
color: #E6CCDD;
}
</style>
background-color css
<style>
a { background-color: #E6CCDD; }
a { background-color: rgb(230,204,221); }
div.DivClassName
{
background-color: #E6CCDD;
}
.BgClassName
{
background-color: #E6CCDD;
}
</style>
border-color css
<style>
span { border-color: #E6CCDD; }
span { border-color: rgb(230,204,221); }
td.TdClassName
{
border-color: #E6CCDD;
}
.TagClassName
{
border-color: #E6CCDD;
}
</style>