Shades of Classic Rose #E8CEDC
Tints of Classic Rose #E8CEDC
RGB
CMYK
RGB Variations
Color information
#E8CEDC (or 0xE8CEDC) is known color: Classic Rose. HEX triplet: E8, CE and DC. RGB value is (232,206,220). Sum of RGB (Red+Green+Blue) = 232+206+220=658 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.26% from 658); Green value is 206 (80.86% from 255 or 31.31% from 658); Blue value is 220 (86.33% from 255 or 33.43% from 658); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CEDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8CEDC is #173123. Grayscale: #D7D7D7. Windows color (decimal): -1519908 or 14470888. OLE color: 14470888.
HSL color Cylindrical-coordinate representation of color #E8CEDC: hue angle of 327.69º degrees, saturation: 0.36, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E8CEDC is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
RGB | 232 | 206 | 220 | - |
CMYK | 0 | 0.11 | 0.05 | 0.09 |
HSL | 327.69º | 0.36% | 0.86% | - |
HSV(B) | 327.69º | 0.11% | 0.91% | - |
XYZ | 68.27 | 66.47 | 76.94 | - |
YUV | 215.37 | 130.61 | 139.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 232 | 206 | 220 | 0 | 0.11 | 0.05 | 0.09 | 327.69 | 0.36 | 0.86 |
Hex | E8 | CE | DC | 0 | B | 5 | 9 | 148 | 24 | 56 |
Octal | 350 | 316 | 334 | 0 | 13 | 5 | 11 | 510 | 44 | 126 |
Binary | 11101000 | 11001110 | 11011100 | 0 | 1011 | 101 | 1001 | 101001000 | 100100 | 1010110 |
Color Harmonies of #E8CEDC
Complementary color
Monochromatic Colors of #E8CEDC
Black with #E8CEDC
Text Example
Text Example
White with #E8CEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8CEDC; }
p { color: rgb(232,206,220); }
H1.HeaderClassName
{
color: #E8CEDC;
}
.AnyTagClassName
{
color: #E8CEDC;
}
</style>
background-color css
<style>
a { background-color: #E8CEDC; }
a { background-color: rgb(232,206,220); }
div.DivClassName
{
background-color: #E8CEDC;
}
.BgClassName
{
background-color: #E8CEDC;
}
</style>
border-color css
<style>
span { border-color: #E8CEDC; }
span { border-color: rgb(232,206,220); }
td.TdClassName
{
border-color: #E8CEDC;
}
.TagClassName
{
border-color: #E8CEDC;
}
</style>