Shades of Melrose #CBC2DE
Tints of Melrose #CBC2DE
RGB
CMYK
RGB Variations
Color information
#CBC2DE (or 0xCBC2DE) is known color: Melrose. HEX triplet: CB, C2 and DE. RGB value is (203,194,222). Sum of RGB (Red+Green+Blue) = 203+194+222=619 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.79% from 619); Green value is 194 (76.17% from 255 or 31.34% from 619); Blue value is 222 (87.11% from 255 or 35.86% from 619); Max value from RGB is 222 - color contains mainly: blue. Hex color #CBC2DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC2DE is #343D21. Grayscale: #C7C7C7. Windows color (decimal): -3423522 or 14598859. OLE color: 14598859.
HSL color Cylindrical-coordinate representation of color #CBC2DE: hue angle of 259.29º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CBC2DE is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 194 | 222 | - |
| CMYK | 0.09 | 0.13 | 0 | 0.13 |
| HSL | 259.29º | 0.3% | 0.82% | - |
| HSV(B) | 259.29º | 0.13% | 0.87% | - |
| XYZ | 57.11 | 56.55 | 77.01 | - |
| YUV | 199.88 | 140.48 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 194 | 222 | 0.09 | 0.13 | 0 | 0.13 | 259.29 | 0.3 | 0.82 |
| Hex | CB | C2 | DE | 9 | D | 0 | D | 103 | 1E | 52 |
| Octal | 313 | 302 | 336 | 11 | 15 | 0 | 15 | 403 | 36 | 122 |
| Binary | 11001011 | 11000010 | 11011110 | 1001 | 1101 | 0 | 1101 | 100000011 | 11110 | 1010010 |
Color Harmonies of #CBC2DE
Complementary color
Monochromatic Colors of #CBC2DE
Black with #CBC2DE
Text Example
Text Example
White with #CBC2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC2DE; }
p { color: rgb(203,194,222); }
H1.HeaderClassName
{
color: #CBC2DE;
}
.AnyTagClassName
{
color: #CBC2DE;
}
</style>
background-color css
<style>
a { background-color: #CBC2DE; }
a { background-color: rgb(203,194,222); }
div.DivClassName
{
background-color: #CBC2DE;
}
.BgClassName
{
background-color: #CBC2DE;
}
</style>
border-color css
<style>
span { border-color: #CBC2DE; }
span { border-color: rgb(203,194,222); }
td.TdClassName
{
border-color: #CBC2DE;
}
.TagClassName
{
border-color: #CBC2DE;
}
</style>