Shades of Classic Rose #E7CADC
Tints of Classic Rose #E7CADC
RGB
CMYK
RGB Variations
Color information
#E7CADC (or 0xE7CADC) is known color: Classic Rose. HEX triplet: E7, CA and DC. RGB value is (231,202,220). Sum of RGB (Red+Green+Blue) = 231+202+220=653 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.38% from 653); Green value is 202 (79.30% from 255 or 30.93% from 653); Blue value is 220 (86.33% from 255 or 33.69% from 653); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CADC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CADC is #183523. Grayscale: #D4D4D4. Windows color (decimal): -1586468 or 14469863. OLE color: 14469863.
HSL color Cylindrical-coordinate representation of color #E7CADC: hue angle of 322.76º degrees, saturation: 0.38, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E7CADC is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 202 | 220 | - |
CMYK | 0 | 0.13 | 0.05 | 0.09 |
HSL | 322.76º | 0.38% | 0.85% | - |
HSV(B) | 322.76º | 0.13% | 0.91% | - |
XYZ | 66.99 | 64.4 | 76.61 | - |
YUV | 212.72 | 132.11 | 141.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 202 | 220 | 0 | 0.13 | 0.05 | 0.09 | 322.76 | 0.38 | 0.85 |
Hex | E7 | CA | DC | 0 | D | 5 | 9 | 143 | 26 | 55 |
Octal | 347 | 312 | 334 | 0 | 15 | 5 | 11 | 503 | 46 | 125 |
Binary | 11100111 | 11001010 | 11011100 | 0 | 1101 | 101 | 1001 | 101000011 | 100110 | 1010101 |
Color Harmonies of #E7CADC
Complementary color
Monochromatic Colors of #E7CADC
Black with #E7CADC
Text Example
Text Example
White with #E7CADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7CADC; }
p { color: rgb(231,202,220); }
H1.HeaderClassName
{
color: #E7CADC;
}
.AnyTagClassName
{
color: #E7CADC;
}
</style>
background-color css
<style>
a { background-color: #E7CADC; }
a { background-color: rgb(231,202,220); }
div.DivClassName
{
background-color: #E7CADC;
}
.BgClassName
{
background-color: #E7CADC;
}
</style>
border-color css
<style>
span { border-color: #E7CADC; }
span { border-color: rgb(231,202,220); }
td.TdClassName
{
border-color: #E7CADC;
}
.TagClassName
{
border-color: #E7CADC;
}
</style>