Shades of Melrose #CBC3DC
Tints of Melrose #CBC3DC
RGB
CMYK
RGB Variations
Color information
#CBC3DC (or 0xCBC3DC) is known color: Melrose. HEX triplet: CB, C3 and DC. RGB value is (203,195,220). Sum of RGB (Red+Green+Blue) = 203+195+220=618 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.85% from 618); Green value is 195 (76.56% from 255 or 31.55% from 618); Blue value is 220 (86.33% from 255 or 35.60% from 618); Max value from RGB is 220 - color contains mainly: blue. Hex color #CBC3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC3DC is #343C23. Grayscale: #C8C8C8. Windows color (decimal): -3423268 or 14468043. OLE color: 14468043.
HSL color Cylindrical-coordinate representation of color #CBC3DC: hue angle of 259.2º 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 #CBC3DC is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 195 | 220 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.14 |
| HSL | 259.2º | 0.26% | 0.81% | - |
| HSV(B) | 259.2º | 0.11% | 0.86% | - |
| XYZ | 57.06 | 56.89 | 75.68 | - |
| YUV | 200.24 | 139.15 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 195 | 220 | 0.08 | 0.11 | 0 | 0.14 | 259.2 | 0.26 | 0.81 |
| Hex | CB | C3 | DC | 8 | B | 0 | E | 103 | 1A | 51 |
| Octal | 313 | 303 | 334 | 10 | 13 | 0 | 16 | 403 | 32 | 121 |
| Binary | 11001011 | 11000011 | 11011100 | 1000 | 1011 | 0 | 1110 | 100000011 | 11010 | 1010001 |
Color Harmonies of #CBC3DC
Complementary color
Monochromatic Colors of #CBC3DC
Black with #CBC3DC
Text Example
Text Example
White with #CBC3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC3DC; }
p { color: rgb(203,195,220); }
H1.HeaderClassName
{
color: #CBC3DC;
}
.AnyTagClassName
{
color: #CBC3DC;
}
</style>
background-color css
<style>
a { background-color: #CBC3DC; }
a { background-color: rgb(203,195,220); }
div.DivClassName
{
background-color: #CBC3DC;
}
.BgClassName
{
background-color: #CBC3DC;
}
</style>
border-color css
<style>
span { border-color: #CBC3DC; }
span { border-color: rgb(203,195,220); }
td.TdClassName
{
border-color: #CBC3DC;
}
.TagClassName
{
border-color: #CBC3DC;
}
</style>