Shades of Classic Rose #E6CBDC
Tints of Classic Rose #E6CBDC
RGB
CMYK
RGB Variations
Color information
#E6CBDC (or 0xE6CBDC) is known color: Classic Rose. HEX triplet: E6, CB and DC. RGB value is (230,203,220). Sum of RGB (Red+Green+Blue) = 230+203+220=653 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.22% from 653); Green value is 203 (79.69% from 255 or 31.09% from 653); Blue value is 220 (86.33% from 255 or 33.69% from 653); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CBDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CBDC is #193423. Grayscale: #D4D4D4. Windows color (decimal): -1651748 or 14470118. OLE color: 14470118.
HSL color Cylindrical-coordinate representation of color #E6CBDC: hue angle of 322.22º degrees, saturation: 0.35, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E6CBDC is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 203 | 220 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.10 |
| HSL | 322.22º | 0.35% | 0.85% | - |
| HSV(B) | 322.22º | 0.12% | 0.9% | - |
| XYZ | 66.91 | 64.7 | 76.67 | - |
| YUV | 213.01 | 131.95 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 203 | 220 | 0 | 0.12 | 0.04 | 0.10 | 322.22 | 0.35 | 0.85 |
| Hex | E6 | CB | DC | 0 | C | 4 | A | 142 | 23 | 55 |
| Octal | 346 | 313 | 334 | 0 | 14 | 4 | 12 | 502 | 43 | 125 |
| Binary | 11100110 | 11001011 | 11011100 | 0 | 1100 | 100 | 1010 | 101000010 | 100011 | 1010101 |
Color Harmonies of #E6CBDC
Complementary color
Monochromatic Colors of #E6CBDC
Black with #E6CBDC
Text Example
Text Example
White with #E6CBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CBDC; }
p { color: rgb(230,203,220); }
H1.HeaderClassName
{
color: #E6CBDC;
}
.AnyTagClassName
{
color: #E6CBDC;
}
</style>
background-color css
<style>
a { background-color: #E6CBDC; }
a { background-color: rgb(230,203,220); }
div.DivClassName
{
background-color: #E6CBDC;
}
.BgClassName
{
background-color: #E6CBDC;
}
</style>
border-color css
<style>
span { border-color: #E6CBDC; }
span { border-color: rgb(230,203,220); }
td.TdClassName
{
border-color: #E6CBDC;
}
.TagClassName
{
border-color: #E6CBDC;
}
</style>