Shades of Classic Rose #E5CCDD
Tints of Classic Rose #E5CCDD
RGB
CMYK
RGB Variations
Color information
#E5CCDD (or 0xE5CCDD) is known color: Classic Rose. HEX triplet: E5, CC and DD. RGB value is (229,204,221). Sum of RGB (Red+Green+Blue) = 229+204+221=654 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.02% from 654); Green value is 204 (80.08% from 255 or 31.19% from 654); Blue value is 221 (86.72% from 255 or 33.79% from 654); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CCDD is #1A3322. Grayscale: #D5D5D5. Windows color (decimal): -1717027 or 14535909. OLE color: 14535909.
HSL color Cylindrical-coordinate representation of color #E5CCDD: hue angle of 319.2º degrees, saturation: 0.32, 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 #E5CCDD is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 204 | 221 | - |
CMYK | 0 | 0.11 | 0.03 | 0.10 |
HSL | 319.2º | 0.32% | 0.85% | - |
HSV(B) | 319.2º | 0.11% | 0.9% | - |
XYZ | 66.96 | 65.06 | 77.44 | - |
YUV | 213.41 | 132.28 | 139.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 204 | 221 | 0 | 0.11 | 0.03 | 0.10 | 319.2 | 0.32 | 0.85 |
Hex | E5 | CC | DD | 0 | B | 3 | A | 13F | 20 | 55 |
Octal | 345 | 314 | 335 | 0 | 13 | 3 | 12 | 477 | 40 | 125 |
Binary | 11100101 | 11001100 | 11011101 | 0 | 1011 | 11 | 1010 | 100111111 | 100000 | 1010101 |
Color Harmonies of #E5CCDD
Complementary color
Monochromatic Colors of #E5CCDD
Black with #E5CCDD
Text Example
Text Example
White with #E5CCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CCDD; }
p { color: rgb(229,204,221); }
H1.HeaderClassName
{
color: #E5CCDD;
}
.AnyTagClassName
{
color: #E5CCDD;
}
</style>
background-color css
<style>
a { background-color: #E5CCDD; }
a { background-color: rgb(229,204,221); }
div.DivClassName
{
background-color: #E5CCDD;
}
.BgClassName
{
background-color: #E5CCDD;
}
</style>
border-color css
<style>
span { border-color: #E5CCDD; }
span { border-color: rgb(229,204,221); }
td.TdClassName
{
border-color: #E5CCDD;
}
.TagClassName
{
border-color: #E5CCDD;
}
</style>