Shades of Melrose #CBC2D9
Tints of Melrose #CBC2D9
RGB
CMYK
RGB Variations
Color information
#CBC2D9 (or 0xCBC2D9) is known color: Melrose. HEX triplet: CB, C2 and D9. RGB value is (203,194,217). Sum of RGB (Red+Green+Blue) = 203+194+217=614 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.06% from 614); Green value is 194 (76.17% from 255 or 31.60% from 614); Blue value is 217 (85.16% from 255 or 35.34% from 614); Max value from RGB is 217 - color contains mainly: blue. Hex color #CBC2D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC2D9 is #343D26. Grayscale: #C7C7C7. Windows color (decimal): -3423527 or 14271179. OLE color: 14271179.
HSL color Cylindrical-coordinate representation of color #CBC2D9: hue angle of 263.48º degrees, saturation: 0.23, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBC2D9 is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 203 | 194 | 217 | - |
CMYK | 0.06 | 0.11 | 0 | 0.15 |
HSL | 263.48º | 0.23% | 0.81% | - |
HSV(B) | 263.48º | 0.11% | 0.85% | - |
XYZ | 56.44 | 56.29 | 73.54 | - |
YUV | 199.31 | 137.98 | 130.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 194 | 217 | 0.06 | 0.11 | 0 | 0.15 | 263.48 | 0.23 | 0.81 |
Hex | CB | C2 | D9 | 6 | B | 0 | F | 107 | 17 | 51 |
Octal | 313 | 302 | 331 | 6 | 13 | 0 | 17 | 407 | 27 | 121 |
Binary | 11001011 | 11000010 | 11011001 | 110 | 1011 | 0 | 1111 | 100000111 | 10111 | 1010001 |
Color Harmonies of #CBC2D9
Complementary color
Monochromatic Colors of #CBC2D9
Black with #CBC2D9
Text Example
Text Example
White with #CBC2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC2D9; }
p { color: rgb(203,194,217); }
H1.HeaderClassName
{
color: #CBC2D9;
}
.AnyTagClassName
{
color: #CBC2D9;
}
</style>
background-color css
<style>
a { background-color: #CBC2D9; }
a { background-color: rgb(203,194,217); }
div.DivClassName
{
background-color: #CBC2D9;
}
.BgClassName
{
background-color: #CBC2D9;
}
</style>
border-color css
<style>
span { border-color: #CBC2D9; }
span { border-color: rgb(203,194,217); }
td.TdClassName
{
border-color: #CBC2D9;
}
.TagClassName
{
border-color: #CBC2D9;
}
</style>