Shades of Melrose #CBC3DB
Tints of Melrose #CBC3DB
RGB
CMYK
RGB Variations
Color information
#CBC3DB (or 0xCBC3DB) is known color: Melrose. HEX triplet: CB, C3 and DB. RGB value is (203,195,219). Sum of RGB (Red+Green+Blue) = 203+195+219=617 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.90% from 617); Green value is 195 (76.56% from 255 or 31.60% from 617); Blue value is 219 (85.94% from 255 or 35.49% from 617); Max value from RGB is 219 - color contains mainly: blue. Hex color #CBC3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC3DB is #343C24. Grayscale: #C8C8C8. Windows color (decimal): -3423269 or 14402507. OLE color: 14402507.
HSL color Cylindrical-coordinate representation of color #CBC3DB: hue angle of 260º degrees, saturation: 0.25, 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 #CBC3DB is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 195 | 219 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.14 |
| HSL | 260º | 0.25% | 0.81% | - |
| HSV(B) | 260º | 0.11% | 0.86% | - |
| XYZ | 56.93 | 56.84 | 74.99 | - |
| YUV | 200.13 | 138.65 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 195 | 219 | 0.07 | 0.11 | 0 | 0.14 | 260 | 0.25 | 0.81 |
| Hex | CB | C3 | DB | 7 | B | 0 | E | 104 | 19 | 51 |
| Octal | 313 | 303 | 333 | 7 | 13 | 0 | 16 | 404 | 31 | 121 |
| Binary | 11001011 | 11000011 | 11011011 | 111 | 1011 | 0 | 1110 | 100000100 | 11001 | 1010001 |
Color Harmonies of #CBC3DB
Complementary color
Monochromatic Colors of #CBC3DB
Black with #CBC3DB
Text Example
Text Example
White with #CBC3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC3DB; }
p { color: rgb(203,195,219); }
H1.HeaderClassName
{
color: #CBC3DB;
}
.AnyTagClassName
{
color: #CBC3DB;
}
</style>
background-color css
<style>
a { background-color: #CBC3DB; }
a { background-color: rgb(203,195,219); }
div.DivClassName
{
background-color: #CBC3DB;
}
.BgClassName
{
background-color: #CBC3DB;
}
</style>
border-color css
<style>
span { border-color: #CBC3DB; }
span { border-color: rgb(203,195,219); }
td.TdClassName
{
border-color: #CBC3DB;
}
.TagClassName
{
border-color: #CBC3DB;
}
</style>