Shades of Classic Rose #E6CFDF
Tints of Classic Rose #E6CFDF
RGB
CMYK
RGB Variations
Color information
#E6CFDF (or 0xE6CFDF) is known color: Classic Rose. HEX triplet: E6, CF and DF. RGB value is (230,207,223). Sum of RGB (Red+Green+Blue) = 230+207+223=660 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.85% from 660); Green value is 207 (81.25% from 255 or 31.36% from 660); Blue value is 223 (87.5% from 255 or 33.79% from 660); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CFDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CFDF is #193020. Grayscale: #D7D7D7. Windows color (decimal): -1650721 or 14667750. OLE color: 14667750.
HSL color Cylindrical-coordinate representation of color #E6CFDF: hue angle of 318.26º degrees, saturation: 0.32, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E6CFDF is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
RGB | 230 | 207 | 223 | - |
CMYK | 0 | 0.10 | 0.03 | 0.10 |
HSL | 318.26º | 0.32% | 0.86% | - |
HSV(B) | 318.26º | 0.1% | 0.9% | - |
XYZ | 68.27 | 66.78 | 79.1 | - |
YUV | 215.7 | 132.12 | 138.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 207 | 223 | 0 | 0.10 | 0.03 | 0.10 | 318.26 | 0.32 | 0.86 |
Hex | E6 | CF | DF | 0 | A | 3 | A | 13E | 20 | 56 |
Octal | 346 | 317 | 337 | 0 | 12 | 3 | 12 | 476 | 40 | 126 |
Binary | 11100110 | 11001111 | 11011111 | 0 | 1010 | 11 | 1010 | 100111110 | 100000 | 1010110 |
Color Harmonies of #E6CFDF
Complementary color
Monochromatic Colors of #E6CFDF
Black with #E6CFDF
Text Example
Text Example
White with #E6CFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CFDF; }
p { color: rgb(230,207,223); }
H1.HeaderClassName
{
color: #E6CFDF;
}
.AnyTagClassName
{
color: #E6CFDF;
}
</style>
background-color css
<style>
a { background-color: #E6CFDF; }
a { background-color: rgb(230,207,223); }
div.DivClassName
{
background-color: #E6CFDF;
}
.BgClassName
{
background-color: #E6CFDF;
}
</style>
border-color css
<style>
span { border-color: #E6CFDF; }
span { border-color: rgb(230,207,223); }
td.TdClassName
{
border-color: #E6CFDF;
}
.TagClassName
{
border-color: #E6CFDF;
}
</style>