Shades of Melrose #CDC8DA
Tints of Melrose #CDC8DA
RGB
CMYK
RGB Variations
Color information
#CDC8DA (or 0xCDC8DA) is known color: Melrose. HEX triplet: CD, C8 and DA. RGB value is (205,200,218). Sum of RGB (Red+Green+Blue) = 205+200+218=623 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.91% from 623); Green value is 200 (78.52% from 255 or 32.10% from 623); Blue value is 218 (85.55% from 255 or 34.99% from 623); Max value from RGB is 218 - color contains mainly: blue. Hex color #CDC8DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC8DA is #323725. Grayscale: #CBCBCB. Windows color (decimal): -3290918 or 14338253. OLE color: 14338253.
HSL color Cylindrical-coordinate representation of color #CDC8DA: hue angle of 256.67º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CDC8DA is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 200 | 218 | - |
| CMYK | 0.06 | 0.08 | 0 | 0.15 |
| HSL | 256.67º | 0.2% | 0.82% | - |
| HSV(B) | 256.67º | 0.08% | 0.85% | - |
| XYZ | 58.49 | 59.35 | 74.7 | - |
| YUV | 203.55 | 136.16 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 200 | 218 | 0.06 | 0.08 | 0 | 0.15 | 256.67 | 0.2 | 0.82 |
| Hex | CD | C8 | DA | 6 | 8 | 0 | F | 101 | 14 | 52 |
| Octal | 315 | 310 | 332 | 6 | 10 | 0 | 17 | 401 | 24 | 122 |
| Binary | 11001101 | 11001000 | 11011010 | 110 | 1000 | 0 | 1111 | 100000001 | 10100 | 1010010 |
Color Harmonies of #CDC8DA
Complementary color
Monochromatic Colors of #CDC8DA
Black with #CDC8DA
Text Example
Text Example
White with #CDC8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC8DA; }
p { color: rgb(205,200,218); }
H1.HeaderClassName
{
color: #CDC8DA;
}
.AnyTagClassName
{
color: #CDC8DA;
}
</style>
background-color css
<style>
a { background-color: #CDC8DA; }
a { background-color: rgb(205,200,218); }
div.DivClassName
{
background-color: #CDC8DA;
}
.BgClassName
{
background-color: #CDC8DA;
}
</style>
border-color css
<style>
span { border-color: #CDC8DA; }
span { border-color: rgb(205,200,218); }
td.TdClassName
{
border-color: #CDC8DA;
}
.TagClassName
{
border-color: #CDC8DA;
}
</style>