Shades of Melrose #CDCBD3
Tints of Melrose #CDCBD3
RGB
CMYK
RGB Variations
Color information
#CDCBD3 (or 0xCDCBD3) is known color: Melrose. HEX triplet: CD, CB and D3. RGB value is (205,203,211). Sum of RGB (Red+Green+Blue) = 205+203+211=619 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.12% from 619); Green value is 203 (79.69% from 255 or 32.79% from 619); Blue value is 211 (82.81% from 255 or 34.09% from 619); Max value from RGB is 211 - color contains mainly: blue. Hex color #CDCBD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCBD3 is #32342C. Grayscale: #CCCCCC. Windows color (decimal): -3290157 or 13880269. OLE color: 13880269.
HSL color Cylindrical-coordinate representation of color #CDCBD3: hue angle of 255º degrees, saturation: 0.08, 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 #CDCBD3 is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 203 | 211 | - |
| CMYK | 0.03 | 0.04 | 0 | 0.17 |
| HSL | 255º | 0.08% | 0.81% | - |
| HSV(B) | 255º | 0.04% | 0.83% | - |
| XYZ | 58.29 | 60.39 | 70.21 | - |
| YUV | 204.51 | 131.66 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 203 | 211 | 0.03 | 0.04 | 0 | 0.17 | 255 | 0.08 | 0.81 |
| Hex | CD | CB | D3 | 3 | 4 | 0 | 11 | FF | 8 | 51 |
| Octal | 315 | 313 | 323 | 3 | 4 | 0 | 21 | 377 | 10 | 121 |
| Binary | 11001101 | 11001011 | 11010011 | 11 | 100 | 0 | 10001 | 11111111 | 1000 | 1010001 |
Color Harmonies of #CDCBD3
Complementary color
Monochromatic Colors of #CDCBD3
Black with #CDCBD3
Text Example
Text Example
White with #CDCBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCBD3; }
p { color: rgb(205,203,211); }
H1.HeaderClassName
{
color: #CDCBD3;
}
.AnyTagClassName
{
color: #CDCBD3;
}
</style>
background-color css
<style>
a { background-color: #CDCBD3; }
a { background-color: rgb(205,203,211); }
div.DivClassName
{
background-color: #CDCBD3;
}
.BgClassName
{
background-color: #CDCBD3;
}
</style>
border-color css
<style>
span { border-color: #CDCBD3; }
span { border-color: rgb(205,203,211); }
td.TdClassName
{
border-color: #CDCBD3;
}
.TagClassName
{
border-color: #CDCBD3;
}
</style>