Shades of Melrose #CBC4ED
Tints of Melrose #CBC4ED
RGB
CMYK
RGB Variations
Color information
#CBC4ED (or 0xCBC4ED) is known color: Melrose. HEX triplet: CB, C4 and ED. RGB value is (203,196,237). Sum of RGB (Red+Green+Blue) = 203+196+237=636 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.92% from 636); Green value is 196 (76.95% from 255 or 30.82% from 636); Blue value is 237 (92.97% from 255 or 37.26% from 636); Max value from RGB is 237 - color contains mainly: blue. Hex color #CBC4ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC4ED is #343B12. Grayscale: #CACACA. Windows color (decimal): -3422995 or 15582411. OLE color: 15582411.
HSL color Cylindrical-coordinate representation of color #CBC4ED: hue angle of 250.24º degrees, saturation: 0.53, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBC4ED is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 196 | 237 | - |
| CMYK | 0.14 | 0.17 | 0 | 0.07 |
| HSL | 250.24º | 0.53% | 0.85% | - |
| HSV(B) | 250.24º | 0.17% | 0.93% | - |
| XYZ | 59.65 | 58.29 | 88.23 | - |
| YUV | 202.77 | 147.32 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 196 | 237 | 0.14 | 0.17 | 0 | 0.07 | 250.24 | 0.53 | 0.85 |
| Hex | CB | C4 | ED | E | 11 | 0 | 7 | FA | 35 | 55 |
| Octal | 313 | 304 | 355 | 16 | 21 | 0 | 7 | 372 | 65 | 125 |
| Binary | 11001011 | 11000100 | 11101101 | 1110 | 10001 | 0 | 111 | 11111010 | 110101 | 1010101 |
Color Harmonies of #CBC4ED
Complementary color
Monochromatic Colors of #CBC4ED
Black with #CBC4ED
Text Example
Text Example
White with #CBC4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC4ED; }
p { color: rgb(203,196,237); }
H1.HeaderClassName
{
color: #CBC4ED;
}
.AnyTagClassName
{
color: #CBC4ED;
}
</style>
background-color css
<style>
a { background-color: #CBC4ED; }
a { background-color: rgb(203,196,237); }
div.DivClassName
{
background-color: #CBC4ED;
}
.BgClassName
{
background-color: #CBC4ED;
}
</style>
border-color css
<style>
span { border-color: #CBC4ED; }
span { border-color: rgb(203,196,237); }
td.TdClassName
{
border-color: #CBC4ED;
}
.TagClassName
{
border-color: #CBC4ED;
}
</style>