Shades of Melrose #CDCAD3
Tints of Melrose #CDCAD3
RGB
CMYK
RGB Variations
Color information
#CDCAD3 (or 0xCDCAD3) is known color: Melrose. HEX triplet: CD, CA and D3. RGB value is (205,202,211). Sum of RGB (Red+Green+Blue) = 205+202+211=618 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.17% from 618); Green value is 202 (79.30% from 255 or 32.69% from 618); Blue value is 211 (82.81% from 255 or 34.14% from 618); Max value from RGB is 211 - color contains mainly: blue. Hex color #CDCAD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCAD3 is #32352C. Grayscale: #CBCBCB. Windows color (decimal): -3290413 or 13880013. OLE color: 13880013.
HSL color Cylindrical-coordinate representation of color #CDCAD3: hue angle of 260º degrees, saturation: 0.09, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CDCAD3 is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 205 | 202 | 211 | - |
CMYK | 0.03 | 0.04 | 0 | 0.17 |
HSL | 260º | 0.09% | 0.81% | - |
HSV(B) | 260º | 0.04% | 0.83% | - |
XYZ | 58.06 | 59.92 | 70.13 | - |
YUV | 203.92 | 131.99 | 128.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 202 | 211 | 0.03 | 0.04 | 0 | 0.17 | 260 | 0.09 | 0.81 |
Hex | CD | CA | D3 | 3 | 4 | 0 | 11 | 104 | 9 | 51 |
Octal | 315 | 312 | 323 | 3 | 4 | 0 | 21 | 404 | 11 | 121 |
Binary | 11001101 | 11001010 | 11010011 | 11 | 100 | 0 | 10001 | 100000100 | 1001 | 1010001 |
Color Harmonies of #CDCAD3
Complementary color
Monochromatic Colors of #CDCAD3
Black with #CDCAD3
Text Example
Text Example
White with #CDCAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCAD3; }
p { color: rgb(205,202,211); }
H1.HeaderClassName
{
color: #CDCAD3;
}
.AnyTagClassName
{
color: #CDCAD3;
}
</style>
background-color css
<style>
a { background-color: #CDCAD3; }
a { background-color: rgb(205,202,211); }
div.DivClassName
{
background-color: #CDCAD3;
}
.BgClassName
{
background-color: #CDCAD3;
}
</style>
border-color css
<style>
span { border-color: #CDCAD3; }
span { border-color: rgb(205,202,211); }
td.TdClassName
{
border-color: #CDCAD3;
}
.TagClassName
{
border-color: #CDCAD3;
}
</style>