Shades of Melrose #CBC2DB
Tints of Melrose #CBC2DB
RGB
CMYK
RGB Variations
Color information
#CBC2DB (or 0xCBC2DB) is known color: Melrose. HEX triplet: CB, C2 and DB. RGB value is (203,194,219). Sum of RGB (Red+Green+Blue) = 203+194+219=616 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.95% from 616); Green value is 194 (76.17% from 255 or 31.49% from 616); Blue value is 219 (85.94% from 255 or 35.55% from 616); Max value from RGB is 219 - color contains mainly: blue. Hex color #CBC2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC2DB is #343D24. Grayscale: #C7C7C7. Windows color (decimal): -3423525 or 14402251. OLE color: 14402251.
HSL color Cylindrical-coordinate representation of color #CBC2DB: hue angle of 261.6º degrees, saturation: 0.26, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBC2DB is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 203 | 194 | 219 | - |
CMYK | 0.07 | 0.11 | 0 | 0.14 |
HSL | 261.6º | 0.26% | 0.81% | - |
HSV(B) | 261.6º | 0.11% | 0.86% | - |
XYZ | 56.71 | 56.39 | 74.91 | - |
YUV | 199.54 | 138.98 | 130.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 194 | 219 | 0.07 | 0.11 | 0 | 0.14 | 261.6 | 0.26 | 0.81 |
Hex | CB | C2 | DB | 7 | B | 0 | E | 106 | 1A | 51 |
Octal | 313 | 302 | 333 | 7 | 13 | 0 | 16 | 406 | 32 | 121 |
Binary | 11001011 | 11000010 | 11011011 | 111 | 1011 | 0 | 1110 | 100000110 | 11010 | 1010001 |
Color Harmonies of #CBC2DB
Complementary color
Monochromatic Colors of #CBC2DB
Black with #CBC2DB
Text Example
Text Example
White with #CBC2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC2DB; }
p { color: rgb(203,194,219); }
H1.HeaderClassName
{
color: #CBC2DB;
}
.AnyTagClassName
{
color: #CBC2DB;
}
</style>
background-color css
<style>
a { background-color: #CBC2DB; }
a { background-color: rgb(203,194,219); }
div.DivClassName
{
background-color: #CBC2DB;
}
.BgClassName
{
background-color: #CBC2DB;
}
</style>
border-color css
<style>
span { border-color: #CBC2DB; }
span { border-color: rgb(203,194,219); }
td.TdClassName
{
border-color: #CBC2DB;
}
.TagClassName
{
border-color: #CBC2DB;
}
</style>