Shades of Melrose #CBC2DC
Tints of Melrose #CBC2DC
RGB
CMYK
RGB Variations
Color information
#CBC2DC (or 0xCBC2DC) is known color: Melrose. HEX triplet: CB, C2 and DC. RGB value is (203,194,220). Sum of RGB (Red+Green+Blue) = 203+194+220=617 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.90% from 617); Green value is 194 (76.17% from 255 or 31.44% from 617); Blue value is 220 (86.33% from 255 or 35.66% from 617); Max value from RGB is 220 - color contains mainly: blue. Hex color #CBC2DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC2DC is #343D23. Grayscale: #C7C7C7. Windows color (decimal): -3423524 or 14467787. OLE color: 14467787.
HSL color Cylindrical-coordinate representation of color #CBC2DC: hue angle of 260.77º 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 #CBC2DC is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 194 | 220 | - |
| CMYK | 0.08 | 0.12 | 0 | 0.14 |
| HSL | 260.77º | 0.27% | 0.81% | - |
| HSV(B) | 260.77º | 0.12% | 0.86% | - |
| XYZ | 56.84 | 56.45 | 75.61 | - |
| YUV | 199.66 | 139.48 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 194 | 220 | 0.08 | 0.12 | 0 | 0.14 | 260.77 | 0.27 | 0.81 |
| Hex | CB | C2 | DC | 8 | C | 0 | E | 105 | 1B | 51 |
| Octal | 313 | 302 | 334 | 10 | 14 | 0 | 16 | 405 | 33 | 121 |
| Binary | 11001011 | 11000010 | 11011100 | 1000 | 1100 | 0 | 1110 | 100000101 | 11011 | 1010001 |
Color Harmonies of #CBC2DC
Complementary color
Monochromatic Colors of #CBC2DC
Black with #CBC2DC
Text Example
Text Example
White with #CBC2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC2DC; }
p { color: rgb(203,194,220); }
H1.HeaderClassName
{
color: #CBC2DC;
}
.AnyTagClassName
{
color: #CBC2DC;
}
</style>
background-color css
<style>
a { background-color: #CBC2DC; }
a { background-color: rgb(203,194,220); }
div.DivClassName
{
background-color: #CBC2DC;
}
.BgClassName
{
background-color: #CBC2DC;
}
</style>
border-color css
<style>
span { border-color: #CBC2DC; }
span { border-color: rgb(203,194,220); }
td.TdClassName
{
border-color: #CBC2DC;
}
.TagClassName
{
border-color: #CBC2DC;
}
</style>