Shades of Melrose #CDC6DF
Tints of Melrose #CDC6DF
RGB
CMYK
RGB Variations
Color information
#CDC6DF (or 0xCDC6DF) is known color: Melrose. HEX triplet: CD, C6 and DF. RGB value is (205,198,223). Sum of RGB (Red+Green+Blue) = 205+198+223=626 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.75% from 626); Green value is 198 (77.73% from 255 or 31.63% from 626); Blue value is 223 (87.5% from 255 or 35.62% from 626); Max value from RGB is 223 - color contains mainly: blue. Hex color #CDC6DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC6DF is #323920. Grayscale: #CACACA. Windows color (decimal): -3291425 or 14665421. OLE color: 14665421.
HSL color Cylindrical-coordinate representation of color #CDC6DF: hue angle of 256.8º degrees, saturation: 0.28, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CDC6DF is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 198 | 223 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.13 |
| HSL | 256.8º | 0.28% | 0.83% | - |
| HSV(B) | 256.8º | 0.11% | 0.87% | - |
| XYZ | 58.69 | 58.7 | 78.05 | - |
| YUV | 202.94 | 139.32 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 198 | 223 | 0.08 | 0.11 | 0 | 0.13 | 256.8 | 0.28 | 0.83 |
| Hex | CD | C6 | DF | 8 | B | 0 | D | 101 | 1C | 53 |
| Octal | 315 | 306 | 337 | 10 | 13 | 0 | 15 | 401 | 34 | 123 |
| Binary | 11001101 | 11000110 | 11011111 | 1000 | 1011 | 0 | 1101 | 100000001 | 11100 | 1010011 |
Color Harmonies of #CDC6DF
Complementary color
Monochromatic Colors of #CDC6DF
Black with #CDC6DF
Text Example
Text Example
White with #CDC6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC6DF; }
p { color: rgb(205,198,223); }
H1.HeaderClassName
{
color: #CDC6DF;
}
.AnyTagClassName
{
color: #CDC6DF;
}
</style>
background-color css
<style>
a { background-color: #CDC6DF; }
a { background-color: rgb(205,198,223); }
div.DivClassName
{
background-color: #CDC6DF;
}
.BgClassName
{
background-color: #CDC6DF;
}
</style>
border-color css
<style>
span { border-color: #CDC6DF; }
span { border-color: rgb(205,198,223); }
td.TdClassName
{
border-color: #CDC6DF;
}
.TagClassName
{
border-color: #CDC6DF;
}
</style>