Shades of Melrose #CBC1EF
Tints of Melrose #CBC1EF
RGB
CMYK
RGB Variations
Color information
#CBC1EF (or 0xCBC1EF) is known color: Melrose. HEX triplet: CB, C1 and EF. RGB value is (203,193,239). Sum of RGB (Red+Green+Blue) = 203+193+239=635 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.97% from 635); Green value is 193 (75.78% from 255 or 30.39% from 635); Blue value is 239 (93.75% from 255 or 37.64% from 635); Max value from RGB is 239 - color contains mainly: blue. Hex color #CBC1EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC1EF is #343E10. Grayscale: #C9C9C9. Windows color (decimal): -3423761 or 15712715. OLE color: 15712715.
HSL color Cylindrical-coordinate representation of color #CBC1EF: hue angle of 253.04º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBC1EF is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 193 | 239 | - |
| CMYK | 0.15 | 0.19 | 0 | 0.06 |
| HSL | 253.04º | 0.59% | 0.85% | - |
| HSV(B) | 253.04º | 0.19% | 0.94% | - |
| XYZ | 59.28 | 57.07 | 89.55 | - |
| YUV | 201.23 | 149.31 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 193 | 239 | 0.15 | 0.19 | 0 | 0.06 | 253.04 | 0.59 | 0.85 |
| Hex | CB | C1 | EF | F | 13 | 0 | 6 | FD | 3B | 55 |
| Octal | 313 | 301 | 357 | 17 | 23 | 0 | 6 | 375 | 73 | 125 |
| Binary | 11001011 | 11000001 | 11101111 | 1111 | 10011 | 0 | 110 | 11111101 | 111011 | 1010101 |
Color Harmonies of #CBC1EF
Complementary color
Monochromatic Colors of #CBC1EF
Black with #CBC1EF
Text Example
Text Example
White with #CBC1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC1EF; }
p { color: rgb(203,193,239); }
H1.HeaderClassName
{
color: #CBC1EF;
}
.AnyTagClassName
{
color: #CBC1EF;
}
</style>
background-color css
<style>
a { background-color: #CBC1EF; }
a { background-color: rgb(203,193,239); }
div.DivClassName
{
background-color: #CBC1EF;
}
.BgClassName
{
background-color: #CBC1EF;
}
</style>
border-color css
<style>
span { border-color: #CBC1EF; }
span { border-color: rgb(203,193,239); }
td.TdClassName
{
border-color: #CBC1EF;
}
.TagClassName
{
border-color: #CBC1EF;
}
</style>