Shades of Melrose #CBC8D0
Tints of Melrose #CBC8D0
RGB
CMYK
RGB Variations
Color information
#CBC8D0 (or 0xCBC8D0) is known color: Melrose. HEX triplet: CB, C8 and D0. RGB value is (203,200,208). Sum of RGB (Red+Green+Blue) = 203+200+208=611 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.22% from 611); Green value is 200 (78.52% from 255 or 32.73% from 611); Blue value is 208 (81.64% from 255 or 34.04% from 611); Max value from RGB is 208 - color contains mainly: blue. Hex color #CBC8D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC8D0 is #34372F. Grayscale: #C9C9C9. Windows color (decimal): -3422000 or 13682891. OLE color: 13682891.
HSL color Cylindrical-coordinate representation of color #CBC8D0: hue angle of 262.5º degrees, saturation: 0.08, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CBC8D0 is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 203 | 200 | 208 | - |
CMYK | 0.02 | 0.04 | 0 | 0.18 |
HSL | 262.5º | 0.08% | 0.8% | - |
HSV(B) | 262.5º | 0.04% | 0.82% | - |
XYZ | 56.67 | 58.56 | 67.99 | - |
YUV | 201.81 | 131.49 | 128.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 200 | 208 | 0.02 | 0.04 | 0 | 0.18 | 262.5 | 0.08 | 0.8 |
Hex | CB | C8 | D0 | 2 | 4 | 0 | 12 | 106 | 8 | 50 |
Octal | 313 | 310 | 320 | 2 | 4 | 0 | 22 | 406 | 10 | 120 |
Binary | 11001011 | 11001000 | 11010000 | 10 | 100 | 0 | 10010 | 100000110 | 1000 | 1010000 |
Color Harmonies of #CBC8D0
Complementary color
Monochromatic Colors of #CBC8D0
Black with #CBC8D0
Text Example
Text Example
White with #CBC8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC8D0; }
p { color: rgb(203,200,208); }
H1.HeaderClassName
{
color: #CBC8D0;
}
.AnyTagClassName
{
color: #CBC8D0;
}
</style>
background-color css
<style>
a { background-color: #CBC8D0; }
a { background-color: rgb(203,200,208); }
div.DivClassName
{
background-color: #CBC8D0;
}
.BgClassName
{
background-color: #CBC8D0;
}
</style>
border-color css
<style>
span { border-color: #CBC8D0; }
span { border-color: rgb(203,200,208); }
td.TdClassName
{
border-color: #CBC8D0;
}
.TagClassName
{
border-color: #CBC8D0;
}
</style>