Shades of Classic Rose #E6CDDE
Tints of Classic Rose #E6CDDE
RGB
CMYK
RGB Variations
Color information
#E6CDDE (or 0xE6CDDE) is known color: Classic Rose. HEX triplet: E6, CD and DE. RGB value is (230,205,222). Sum of RGB (Red+Green+Blue) = 230+205+222=657 (87% of max value = 765). Red value is 230 (90.23% from 255 or 35.01% from 657); Green value is 205 (80.47% from 255 or 31.20% from 657); Blue value is 222 (87.11% from 255 or 33.79% from 657); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CDDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CDDE is #193221. Grayscale: #D6D6D6. Windows color (decimal): -1651234 or 14601702. OLE color: 14601702.
HSL color Cylindrical-coordinate representation of color #E6CDDE: hue angle of 319.2º degrees, saturation: 0.33, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E6CDDE is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 205 | 222 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.10 |
| HSL | 319.2º | 0.33% | 0.85% | - |
| HSV(B) | 319.2º | 0.11% | 0.9% | - |
| XYZ | 67.65 | 65.76 | 78.23 | - |
| YUV | 214.41 | 132.28 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 205 | 222 | 0 | 0.11 | 0.03 | 0.10 | 319.2 | 0.33 | 0.85 |
| Hex | E6 | CD | DE | 0 | B | 3 | A | 13F | 21 | 55 |
| Octal | 346 | 315 | 336 | 0 | 13 | 3 | 12 | 477 | 41 | 125 |
| Binary | 11100110 | 11001101 | 11011110 | 0 | 1011 | 11 | 1010 | 100111111 | 100001 | 1010101 |
Color Harmonies of #E6CDDE
Complementary color
Monochromatic Colors of #E6CDDE
Black with #E6CDDE
Text Example
Text Example
White with #E6CDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CDDE; }
p { color: rgb(230,205,222); }
H1.HeaderClassName
{
color: #E6CDDE;
}
.AnyTagClassName
{
color: #E6CDDE;
}
</style>
background-color css
<style>
a { background-color: #E6CDDE; }
a { background-color: rgb(230,205,222); }
div.DivClassName
{
background-color: #E6CDDE;
}
.BgClassName
{
background-color: #E6CDDE;
}
</style>
border-color css
<style>
span { border-color: #E6CDDE; }
span { border-color: rgb(230,205,222); }
td.TdClassName
{
border-color: #E6CDDE;
}
.TagClassName
{
border-color: #E6CDDE;
}
</style>