Shades of Classic Rose #E6CDDD
Tints of Classic Rose #E6CDDD
RGB
CMYK
RGB Variations
Color information
#E6CDDD (or 0xE6CDDD) is known color: Classic Rose. HEX triplet: E6, CD and DD. RGB value is (230,205,221). Sum of RGB (Red+Green+Blue) = 230+205+221=656 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.06% from 656); Green value is 205 (80.47% from 255 or 31.25% from 656); Blue value is 221 (86.72% from 255 or 33.69% from 656); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CDDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CDDD is #193222. Grayscale: #D6D6D6. Windows color (decimal): -1651235 or 14536166. OLE color: 14536166.
HSL color Cylindrical-coordinate representation of color #E6CDDD: hue angle of 321.6º degrees, saturation: 0.33, 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 #E6CDDD is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
RGB | 230 | 205 | 221 | - |
CMYK | 0 | 0.11 | 0.04 | 0.10 |
HSL | 321.6º | 0.33% | 0.85% | - |
HSV(B) | 321.6º | 0.11% | 0.9% | - |
XYZ | 67.52 | 65.71 | 77.53 | - |
YUV | 214.3 | 131.78 | 139.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 205 | 221 | 0 | 0.11 | 0.04 | 0.10 | 321.6 | 0.33 | 0.85 |
Hex | E6 | CD | DD | 0 | B | 4 | A | 142 | 21 | 55 |
Octal | 346 | 315 | 335 | 0 | 13 | 4 | 12 | 502 | 41 | 125 |
Binary | 11100110 | 11001101 | 11011101 | 0 | 1011 | 100 | 1010 | 101000010 | 100001 | 1010101 |
Color Harmonies of #E6CDDD
Complementary color
Monochromatic Colors of #E6CDDD
Black with #E6CDDD
Text Example
Text Example
White with #E6CDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CDDD; }
p { color: rgb(230,205,221); }
H1.HeaderClassName
{
color: #E6CDDD;
}
.AnyTagClassName
{
color: #E6CDDD;
}
</style>
background-color css
<style>
a { background-color: #E6CDDD; }
a { background-color: rgb(230,205,221); }
div.DivClassName
{
background-color: #E6CDDD;
}
.BgClassName
{
background-color: #E6CDDD;
}
</style>
border-color css
<style>
span { border-color: #E6CDDD; }
span { border-color: rgb(230,205,221); }
td.TdClassName
{
border-color: #E6CDDD;
}
.TagClassName
{
border-color: #E6CDDD;
}
</style>