Shades of Melrose #CDCBD1
Tints of Melrose #CDCBD1
RGB
CMYK
RGB Variations
Color information
#CDCBD1 (or 0xCDCBD1) is known color: Melrose. HEX triplet: CD, CB and D1. RGB value is (205,203,209). Sum of RGB (Red+Green+Blue) = 205+203+209=617 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.23% from 617); Green value is 203 (79.69% from 255 or 32.90% from 617); Blue value is 209 (82.03% from 255 or 33.87% from 617); Max value from RGB is 209 - color contains mainly: blue. Hex color #CDCBD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCBD1 is #32342E. Grayscale: #CCCCCC. Windows color (decimal): -3290159 or 13749197. OLE color: 13749197.
HSL color Cylindrical-coordinate representation of color #CDCBD1: hue angle of 260º degrees, saturation: 0.06, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CDCBD1 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 205 | 203 | 209 | - |
CMYK | 0.02 | 0.03 | 0 | 0.18 |
HSL | 260º | 0.06% | 0.81% | - |
HSV(B) | 260º | 0.03% | 0.82% | - |
XYZ | 58.04 | 60.29 | 68.9 | - |
YUV | 204.28 | 130.66 | 128.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 203 | 209 | 0.02 | 0.03 | 0 | 0.18 | 260 | 0.06 | 0.81 |
Hex | CD | CB | D1 | 2 | 3 | 0 | 12 | 104 | 6 | 51 |
Octal | 315 | 313 | 321 | 2 | 3 | 0 | 22 | 404 | 6 | 121 |
Binary | 11001101 | 11001011 | 11010001 | 10 | 11 | 0 | 10010 | 100000100 | 110 | 1010001 |
Color Harmonies of #CDCBD1
Complementary color
Monochromatic Colors of #CDCBD1
Black with #CDCBD1
Text Example
Text Example
White with #CDCBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCBD1; }
p { color: rgb(205,203,209); }
H1.HeaderClassName
{
color: #CDCBD1;
}
.AnyTagClassName
{
color: #CDCBD1;
}
</style>
background-color css
<style>
a { background-color: #CDCBD1; }
a { background-color: rgb(205,203,209); }
div.DivClassName
{
background-color: #CDCBD1;
}
.BgClassName
{
background-color: #CDCBD1;
}
</style>
border-color css
<style>
span { border-color: #CDCBD1; }
span { border-color: rgb(205,203,209); }
td.TdClassName
{
border-color: #CDCBD1;
}
.TagClassName
{
border-color: #CDCBD1;
}
</style>