Shades of Classic Rose #E6CEDF
Tints of Classic Rose #E6CEDF
RGB
CMYK
RGB Variations
Color information
#E6CEDF (or 0xE6CEDF) is known color: Classic Rose. HEX triplet: E6, CE and DF. RGB value is (230,206,223). Sum of RGB (Red+Green+Blue) = 230+206+223=659 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.90% from 659); Green value is 206 (80.86% from 255 or 31.26% from 659); Blue value is 223 (87.5% from 255 or 33.84% from 659); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CEDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CEDF is #193120. Grayscale: #D7D7D7. Windows color (decimal): -1650977 or 14667494. OLE color: 14667494.
HSL color Cylindrical-coordinate representation of color #E6CEDF: hue angle of 317.5º 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 #E6CEDF is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 206 | 223 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.10 |
| HSL | 317.5º | 0.32% | 0.85% | - |
| HSV(B) | 317.5º | 0.1% | 0.9% | - |
| XYZ | 68.02 | 66.29 | 79.02 | - |
| YUV | 215.11 | 132.45 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 206 | 223 | 0 | 0.10 | 0.03 | 0.10 | 317.5 | 0.32 | 0.85 |
| Hex | E6 | CE | DF | 0 | A | 3 | A | 13E | 20 | 55 |
| Octal | 346 | 316 | 337 | 0 | 12 | 3 | 12 | 476 | 40 | 125 |
| Binary | 11100110 | 11001110 | 11011111 | 0 | 1010 | 11 | 1010 | 100111110 | 100000 | 1010101 |
Color Harmonies of #E6CEDF
Complementary color
Monochromatic Colors of #E6CEDF
Black with #E6CEDF
Text Example
Text Example
White with #E6CEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CEDF; }
p { color: rgb(230,206,223); }
H1.HeaderClassName
{
color: #E6CEDF;
}
.AnyTagClassName
{
color: #E6CEDF;
}
</style>
background-color css
<style>
a { background-color: #E6CEDF; }
a { background-color: rgb(230,206,223); }
div.DivClassName
{
background-color: #E6CEDF;
}
.BgClassName
{
background-color: #E6CEDF;
}
</style>
border-color css
<style>
span { border-color: #E6CEDF; }
span { border-color: rgb(230,206,223); }
td.TdClassName
{
border-color: #E6CEDF;
}
.TagClassName
{
border-color: #E6CEDF;
}
</style>