Shades of Melrose #CBC4DB
Tints of Melrose #CBC4DB
RGB
CMYK
RGB Variations
Color information
#CBC4DB (or 0xCBC4DB) is known color: Melrose. HEX triplet: CB, C4 and DB. RGB value is (203,196,219). Sum of RGB (Red+Green+Blue) = 203+196+219=618 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.85% from 618); Green value is 196 (76.95% from 255 or 31.72% from 618); Blue value is 219 (85.94% from 255 or 35.44% from 618); Max value from RGB is 219 - color contains mainly: blue. Hex color #CBC4DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC4DB is #343B24. Grayscale: #C8C8C8. Windows color (decimal): -3423013 or 14402763. OLE color: 14402763.
HSL color Cylindrical-coordinate representation of color #CBC4DB: hue angle of 258.26º degrees, saturation: 0.24, 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 #CBC4DB is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 196 | 219 | - |
| CMYK | 0.07 | 0.11 | 0 | 0.14 |
| HSL | 258.26º | 0.24% | 0.81% | - |
| HSV(B) | 258.26º | 0.11% | 0.86% | - |
| XYZ | 57.15 | 57.29 | 75.06 | - |
| YUV | 200.72 | 138.32 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 196 | 219 | 0.07 | 0.11 | 0 | 0.14 | 258.26 | 0.24 | 0.81 |
| Hex | CB | C4 | DB | 7 | B | 0 | E | 102 | 18 | 51 |
| Octal | 313 | 304 | 333 | 7 | 13 | 0 | 16 | 402 | 30 | 121 |
| Binary | 11001011 | 11000100 | 11011011 | 111 | 1011 | 0 | 1110 | 100000010 | 11000 | 1010001 |
Color Harmonies of #CBC4DB
Complementary color
Monochromatic Colors of #CBC4DB
Black with #CBC4DB
Text Example
Text Example
White with #CBC4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC4DB; }
p { color: rgb(203,196,219); }
H1.HeaderClassName
{
color: #CBC4DB;
}
.AnyTagClassName
{
color: #CBC4DB;
}
</style>
background-color css
<style>
a { background-color: #CBC4DB; }
a { background-color: rgb(203,196,219); }
div.DivClassName
{
background-color: #CBC4DB;
}
.BgClassName
{
background-color: #CBC4DB;
}
</style>
border-color css
<style>
span { border-color: #CBC4DB; }
span { border-color: rgb(203,196,219); }
td.TdClassName
{
border-color: #CBC4DB;
}
.TagClassName
{
border-color: #CBC4DB;
}
</style>