Shades of Melrose #CDC8D9
Tints of Melrose #CDC8D9
RGB
CMYK
RGB Variations
Color information
#CDC8D9 (or 0xCDC8D9) is known color: Melrose. HEX triplet: CD, C8 and D9. RGB value is (205,200,217). Sum of RGB (Red+Green+Blue) = 205+200+217=622 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.96% from 622); Green value is 200 (78.52% from 255 or 32.15% from 622); Blue value is 217 (85.16% from 255 or 34.89% from 622); Max value from RGB is 217 - color contains mainly: blue. Hex color #CDC8D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC8D9 is #323726. Grayscale: #CBCBCB. Windows color (decimal): -3290919 or 14272717. OLE color: 14272717.
HSL color Cylindrical-coordinate representation of color #CDC8D9: hue angle of 257.65º degrees, saturation: 0.18, 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 #CDC8D9 is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 205 | 200 | 217 | - |
CMYK | 0.06 | 0.08 | 0 | 0.15 |
HSL | 257.65º | 0.18% | 0.82% | - |
HSV(B) | 257.65º | 0.08% | 0.85% | - |
XYZ | 58.36 | 59.3 | 74.02 | - |
YUV | 203.43 | 135.66 | 129.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 200 | 217 | 0.06 | 0.08 | 0 | 0.15 | 257.65 | 0.18 | 0.82 |
Hex | CD | C8 | D9 | 6 | 8 | 0 | F | 102 | 12 | 52 |
Octal | 315 | 310 | 331 | 6 | 10 | 0 | 17 | 402 | 22 | 122 |
Binary | 11001101 | 11001000 | 11011001 | 110 | 1000 | 0 | 1111 | 100000010 | 10010 | 1010010 |
Color Harmonies of #CDC8D9
Complementary color
Monochromatic Colors of #CDC8D9
Black with #CDC8D9
Text Example
Text Example
White with #CDC8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC8D9; }
p { color: rgb(205,200,217); }
H1.HeaderClassName
{
color: #CDC8D9;
}
.AnyTagClassName
{
color: #CDC8D9;
}
</style>
background-color css
<style>
a { background-color: #CDC8D9; }
a { background-color: rgb(205,200,217); }
div.DivClassName
{
background-color: #CDC8D9;
}
.BgClassName
{
background-color: #CDC8D9;
}
</style>
border-color css
<style>
span { border-color: #CDC8D9; }
span { border-color: rgb(205,200,217); }
td.TdClassName
{
border-color: #CDC8D9;
}
.TagClassName
{
border-color: #CDC8D9;
}
</style>