Shades of Classic Rose #E6CEDE
Tints of Classic Rose #E6CEDE
RGB
CMYK
RGB Variations
Color information
#E6CEDE (or 0xE6CEDE) is known color: Classic Rose. HEX triplet: E6, CE and DE. RGB value is (230,206,222). Sum of RGB (Red+Green+Blue) = 230+206+222=658 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.95% from 658); Green value is 206 (80.86% from 255 or 31.31% from 658); Blue value is 222 (87.11% from 255 or 33.74% from 658); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CEDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CEDE is #193121. Grayscale: #D6D6D6. Windows color (decimal): -1650978 or 14601958. OLE color: 14601958.
HSL color Cylindrical-coordinate representation of color #E6CEDE: hue angle of 320º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E6CEDE is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 206 | 222 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.10 |
| HSL | 320º | 0.32% | 0.85% | - |
| HSV(B) | 320º | 0.1% | 0.9% | - |
| XYZ | 67.89 | 66.24 | 78.31 | - |
| YUV | 215 | 131.95 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 206 | 222 | 0 | 0.10 | 0.03 | 0.10 | 320 | 0.32 | 0.85 |
| Hex | E6 | CE | DE | 0 | A | 3 | A | 140 | 20 | 55 |
| Octal | 346 | 316 | 336 | 0 | 12 | 3 | 12 | 500 | 40 | 125 |
| Binary | 11100110 | 11001110 | 11011110 | 0 | 1010 | 11 | 1010 | 101000000 | 100000 | 1010101 |
Color Harmonies of #E6CEDE
Complementary color
Monochromatic Colors of #E6CEDE
Black with #E6CEDE
Text Example
Text Example
White with #E6CEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CEDE; }
p { color: rgb(230,206,222); }
H1.HeaderClassName
{
color: #E6CEDE;
}
.AnyTagClassName
{
color: #E6CEDE;
}
</style>
background-color css
<style>
a { background-color: #E6CEDE; }
a { background-color: rgb(230,206,222); }
div.DivClassName
{
background-color: #E6CEDE;
}
.BgClassName
{
background-color: #E6CEDE;
}
</style>
border-color css
<style>
span { border-color: #E6CEDE; }
span { border-color: rgb(230,206,222); }
td.TdClassName
{
border-color: #E6CEDE;
}
.TagClassName
{
border-color: #E6CEDE;
}
</style>