Shades of Melrose #CDC6DE
Tints of Melrose #CDC6DE
RGB
CMYK
RGB Variations
Color information
#CDC6DE (or 0xCDC6DE) is known color: Melrose. HEX triplet: CD, C6 and DE. RGB value is (205,198,222). Sum of RGB (Red+Green+Blue) = 205+198+222=625 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.8% from 625); Green value is 198 (77.73% from 255 or 31.68% from 625); Blue value is 222 (87.11% from 255 or 35.52% from 625); Max value from RGB is 222 - color contains mainly: blue. Hex color #CDC6DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC6DE is #323921. Grayscale: #CACACA. Windows color (decimal): -3291426 or 14599885. OLE color: 14599885.
HSL color Cylindrical-coordinate representation of color #CDC6DE: hue angle of 257.5º degrees, saturation: 0.27, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CDC6DE is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 198 | 222 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.13 |
| HSL | 257.5º | 0.27% | 0.82% | - |
| HSV(B) | 257.5º | 0.11% | 0.87% | - |
| XYZ | 58.56 | 58.64 | 77.34 | - |
| YUV | 202.83 | 138.82 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 198 | 222 | 0.08 | 0.11 | 0 | 0.13 | 257.5 | 0.27 | 0.82 |
| Hex | CD | C6 | DE | 8 | B | 0 | D | 102 | 1B | 52 |
| Octal | 315 | 306 | 336 | 10 | 13 | 0 | 15 | 402 | 33 | 122 |
| Binary | 11001101 | 11000110 | 11011110 | 1000 | 1011 | 0 | 1101 | 100000010 | 11011 | 1010010 |
Color Harmonies of #CDC6DE
Complementary color
Monochromatic Colors of #CDC6DE
Black with #CDC6DE
Text Example
Text Example
White with #CDC6DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC6DE; }
p { color: rgb(205,198,222); }
H1.HeaderClassName
{
color: #CDC6DE;
}
.AnyTagClassName
{
color: #CDC6DE;
}
</style>
background-color css
<style>
a { background-color: #CDC6DE; }
a { background-color: rgb(205,198,222); }
div.DivClassName
{
background-color: #CDC6DE;
}
.BgClassName
{
background-color: #CDC6DE;
}
</style>
border-color css
<style>
span { border-color: #CDC6DE; }
span { border-color: rgb(205,198,222); }
td.TdClassName
{
border-color: #CDC6DE;
}
.TagClassName
{
border-color: #CDC6DE;
}
</style>