Shades of Classic Rose #E6CCDC
Tints of Classic Rose #E6CCDC
RGB
CMYK
RGB Variations
Color information
#E6CCDC (or 0xE6CCDC) is known color: Classic Rose. HEX triplet: E6, CC and DC. RGB value is (230,204,220). Sum of RGB (Red+Green+Blue) = 230+204+220=654 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.17% from 654); Green value is 204 (80.08% from 255 or 31.19% from 654); Blue value is 220 (86.33% from 255 or 33.64% from 654); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CCDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CCDC is #193323. Grayscale: #D5D5D5. Windows color (decimal): -1651492 or 14470374. OLE color: 14470374.
HSL color Cylindrical-coordinate representation of color #E6CCDC: hue angle of 323.08º 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 #E6CCDC is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 204 | 220 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.10 |
| HSL | 323.08º | 0.34% | 0.85% | - |
| HSV(B) | 323.08º | 0.11% | 0.9% | - |
| XYZ | 67.14 | 65.18 | 76.75 | - |
| YUV | 213.6 | 131.61 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 204 | 220 | 0 | 0.11 | 0.04 | 0.10 | 323.08 | 0.34 | 0.85 |
| Hex | E6 | CC | DC | 0 | B | 4 | A | 143 | 22 | 55 |
| Octal | 346 | 314 | 334 | 0 | 13 | 4 | 12 | 503 | 42 | 125 |
| Binary | 11100110 | 11001100 | 11011100 | 0 | 1011 | 100 | 1010 | 101000011 | 100010 | 1010101 |
Color Harmonies of #E6CCDC
Complementary color
Monochromatic Colors of #E6CCDC
Black with #E6CCDC
Text Example
Text Example
White with #E6CCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CCDC; }
p { color: rgb(230,204,220); }
H1.HeaderClassName
{
color: #E6CCDC;
}
.AnyTagClassName
{
color: #E6CCDC;
}
</style>
background-color css
<style>
a { background-color: #E6CCDC; }
a { background-color: rgb(230,204,220); }
div.DivClassName
{
background-color: #E6CCDC;
}
.BgClassName
{
background-color: #E6CCDC;
}
</style>
border-color css
<style>
span { border-color: #E6CCDC; }
span { border-color: rgb(230,204,220); }
td.TdClassName
{
border-color: #E6CCDC;
}
.TagClassName
{
border-color: #E6CCDC;
}
</style>