Shades of Melrose #CBC4DC
Tints of Melrose #CBC4DC
RGB
CMYK
RGB Variations
Color information
#CBC4DC (or 0xCBC4DC) is known color: Melrose. HEX triplet: CB, C4 and DC. RGB value is (203,196,220). Sum of RGB (Red+Green+Blue) = 203+196+220=619 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.79% from 619); Green value is 196 (76.95% from 255 or 31.66% from 619); Blue value is 220 (86.33% from 255 or 35.54% from 619); Max value from RGB is 220 - color contains mainly: blue. Hex color #CBC4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC4DC is #343B23. Grayscale: #C8C8C8. Windows color (decimal): -3423012 or 14468299. OLE color: 14468299.
HSL color Cylindrical-coordinate representation of color #CBC4DC: hue angle of 257.5º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBC4DC is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 196 | 220 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.14 |
| HSL | 257.5º | 0.26% | 0.82% | - |
| HSV(B) | 257.5º | 0.11% | 0.86% | - |
| XYZ | 57.29 | 57.34 | 75.76 | - |
| YUV | 200.83 | 138.82 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 196 | 220 | 0.08 | 0.11 | 0 | 0.14 | 257.5 | 0.26 | 0.82 |
| Hex | CB | C4 | DC | 8 | B | 0 | E | 102 | 1A | 52 |
| Octal | 313 | 304 | 334 | 10 | 13 | 0 | 16 | 402 | 32 | 122 |
| Binary | 11001011 | 11000100 | 11011100 | 1000 | 1011 | 0 | 1110 | 100000010 | 11010 | 1010010 |
Color Harmonies of #CBC4DC
Complementary color
Monochromatic Colors of #CBC4DC
Black with #CBC4DC
Text Example
Text Example
White with #CBC4DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC4DC; }
p { color: rgb(203,196,220); }
H1.HeaderClassName
{
color: #CBC4DC;
}
.AnyTagClassName
{
color: #CBC4DC;
}
</style>
background-color css
<style>
a { background-color: #CBC4DC; }
a { background-color: rgb(203,196,220); }
div.DivClassName
{
background-color: #CBC4DC;
}
.BgClassName
{
background-color: #CBC4DC;
}
</style>
border-color css
<style>
span { border-color: #CBC4DC; }
span { border-color: rgb(203,196,220); }
td.TdClassName
{
border-color: #CBC4DC;
}
.TagClassName
{
border-color: #CBC4DC;
}
</style>