Shades of Melrose #CBC1DB
Tints of Melrose #CBC1DB
RGB
CMYK
RGB Variations
Color information
#CBC1DB (or 0xCBC1DB) is known color: Melrose. HEX triplet: CB, C1 and DB. RGB value is (203,193,219). Sum of RGB (Red+Green+Blue) = 203+193+219=615 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.01% from 615); Green value is 193 (75.78% from 255 or 31.38% from 615); Blue value is 219 (85.94% from 255 or 35.61% from 615); Max value from RGB is 219 - color contains mainly: blue. Hex color #CBC1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC1DB is #343E24. Grayscale: #C6C6C6. Windows color (decimal): -3423781 or 14401995. OLE color: 14401995.
HSL color Cylindrical-coordinate representation of color #CBC1DB: hue angle of 263.08º 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 #CBC1DB is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 193 | 219 | - |
| CMYK | 0.07 | 0.12 | 0 | 0.14 |
| HSL | 263.08º | 0.27% | 0.81% | - |
| HSV(B) | 263.08º | 0.12% | 0.86% | - |
| XYZ | 56.48 | 55.95 | 74.84 | - |
| YUV | 198.95 | 139.31 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 193 | 219 | 0.07 | 0.12 | 0 | 0.14 | 263.08 | 0.27 | 0.81 |
| Hex | CB | C1 | DB | 7 | C | 0 | E | 107 | 1B | 51 |
| Octal | 313 | 301 | 333 | 7 | 14 | 0 | 16 | 407 | 33 | 121 |
| Binary | 11001011 | 11000001 | 11011011 | 111 | 1100 | 0 | 1110 | 100000111 | 11011 | 1010001 |
Color Harmonies of #CBC1DB
Complementary color
Monochromatic Colors of #CBC1DB
Black with #CBC1DB
Text Example
Text Example
White with #CBC1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC1DB; }
p { color: rgb(203,193,219); }
H1.HeaderClassName
{
color: #CBC1DB;
}
.AnyTagClassName
{
color: #CBC1DB;
}
</style>
background-color css
<style>
a { background-color: #CBC1DB; }
a { background-color: rgb(203,193,219); }
div.DivClassName
{
background-color: #CBC1DB;
}
.BgClassName
{
background-color: #CBC1DB;
}
</style>
border-color css
<style>
span { border-color: #CBC1DB; }
span { border-color: rgb(203,193,219); }
td.TdClassName
{
border-color: #CBC1DB;
}
.TagClassName
{
border-color: #CBC1DB;
}
</style>