Shades of Melrose #CDCAD6
Tints of Melrose #CDCAD6
RGB
CMYK
RGB Variations
Color information
#CDCAD6 (or 0xCDCAD6) is known color: Melrose. HEX triplet: CD, CA and D6. RGB value is (205,202,214). Sum of RGB (Red+Green+Blue) = 205+202+214=621 (82% of max value = 765). Red value is 205 (80.47% from 255 or 33.01% from 621); Green value is 202 (79.30% from 255 or 32.53% from 621); Blue value is 214 (83.98% from 255 or 34.46% from 621); Max value from RGB is 214 - color contains mainly: blue. Hex color #CDCAD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCAD6 is #323529. Grayscale: #CCCCCC. Windows color (decimal): -3290410 or 14076621. OLE color: 14076621.
HSL color Cylindrical-coordinate representation of color #CDCAD6: hue angle of 255º degrees, saturation: 0.13, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CDCAD6 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 205 | 202 | 214 | - |
CMYK | 0.04 | 0.06 | 0 | 0.16 |
HSL | 255º | 0.13% | 0.82% | - |
HSV(B) | 255º | 0.06% | 0.84% | - |
XYZ | 58.43 | 60.08 | 72.13 | - |
YUV | 204.27 | 133.49 | 128.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 202 | 214 | 0.04 | 0.06 | 0 | 0.16 | 255 | 0.13 | 0.82 |
Hex | CD | CA | D6 | 4 | 6 | 0 | 10 | FF | D | 52 |
Octal | 315 | 312 | 326 | 4 | 6 | 0 | 20 | 377 | 15 | 122 |
Binary | 11001101 | 11001010 | 11010110 | 100 | 110 | 0 | 10000 | 11111111 | 1101 | 1010010 |
Color Harmonies of #CDCAD6
Complementary color
Monochromatic Colors of #CDCAD6
Black with #CDCAD6
Text Example
Text Example
White with #CDCAD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCAD6; }
p { color: rgb(205,202,214); }
H1.HeaderClassName
{
color: #CDCAD6;
}
.AnyTagClassName
{
color: #CDCAD6;
}
</style>
background-color css
<style>
a { background-color: #CDCAD6; }
a { background-color: rgb(205,202,214); }
div.DivClassName
{
background-color: #CDCAD6;
}
.BgClassName
{
background-color: #CDCAD6;
}
</style>
border-color css
<style>
span { border-color: #CDCAD6; }
span { border-color: rgb(205,202,214); }
td.TdClassName
{
border-color: #CDCAD6;
}
.TagClassName
{
border-color: #CDCAD6;
}
</style>