Shades of Melrose #CBC0DB
Tints of Melrose #CBC0DB
RGB
CMYK
RGB Variations
Color information
#CBC0DB (or 0xCBC0DB) is known color: Melrose. HEX triplet: CB, C0 and DB. RGB value is (203,192,219). Sum of RGB (Red+Green+Blue) = 203+192+219=614 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.06% from 614); Green value is 192 (75.39% from 255 or 31.27% from 614); Blue value is 219 (85.94% from 255 or 35.67% from 614); Max value from RGB is 219 - color contains mainly: blue. Hex color #CBC0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC0DB is #343F24. Grayscale: #C6C6C6. Windows color (decimal): -3424037 or 14401739. OLE color: 14401739.
HSL color Cylindrical-coordinate representation of color #CBC0DB: hue angle of 264.44º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBC0DB is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 203 | 192 | 219 | - |
CMYK | 0.07 | 0.12 | 0 | 0.14 |
HSL | 264.44º | 0.27% | 0.81% | - |
HSV(B) | 264.44º | 0.12% | 0.86% | - |
XYZ | 56.26 | 55.51 | 74.77 | - |
YUV | 198.37 | 139.64 | 131.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 192 | 219 | 0.07 | 0.12 | 0 | 0.14 | 264.44 | 0.27 | 0.81 |
Hex | CB | C0 | DB | 7 | C | 0 | E | 108 | 1B | 51 |
Octal | 313 | 300 | 333 | 7 | 14 | 0 | 16 | 410 | 33 | 121 |
Binary | 11001011 | 11000000 | 11011011 | 111 | 1100 | 0 | 1110 | 100001000 | 11011 | 1010001 |
Color Harmonies of #CBC0DB
Complementary color
Monochromatic Colors of #CBC0DB
Black with #CBC0DB
Text Example
Text Example
White with #CBC0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC0DB; }
p { color: rgb(203,192,219); }
H1.HeaderClassName
{
color: #CBC0DB;
}
.AnyTagClassName
{
color: #CBC0DB;
}
</style>
background-color css
<style>
a { background-color: #CBC0DB; }
a { background-color: rgb(203,192,219); }
div.DivClassName
{
background-color: #CBC0DB;
}
.BgClassName
{
background-color: #CBC0DB;
}
</style>
border-color css
<style>
span { border-color: #CBC0DB; }
span { border-color: rgb(203,192,219); }
td.TdClassName
{
border-color: #CBC0DB;
}
.TagClassName
{
border-color: #CBC0DB;
}
</style>