Shades of Melrose #CBBEED
Tints of Melrose #CBBEED
RGB
CMYK
RGB Variations
Color information
#CBBEED (or 0xCBBEED) is known color: Melrose. HEX triplet: CB, BE and ED. RGB value is (203,190,237). Sum of RGB (Red+Green+Blue) = 203+190+237=630 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.22% from 630); Green value is 190 (74.61% from 255 or 30.16% from 630); Blue value is 237 (92.97% from 255 or 37.62% from 630); Max value from RGB is 237 - color contains mainly: blue. Hex color #CBBEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBBEED is #344112. Grayscale: #C7C7C7. Windows color (decimal): -3424531 or 15580875. OLE color: 15580875.
HSL color Cylindrical-coordinate representation of color #CBBEED: hue angle of 256.6º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBBEED is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 190 | 237 | - |
| CMYK | 0.14 | 0.20 | 0 | 0.07 |
| HSL | 256.6º | 0.57% | 0.84% | - |
| HSV(B) | 256.6º | 0.2% | 0.93% | - |
| XYZ | 58.33 | 55.64 | 87.79 | - |
| YUV | 199.25 | 149.31 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 190 | 237 | 0.14 | 0.20 | 0 | 0.07 | 256.6 | 0.57 | 0.84 |
| Hex | CB | BE | ED | E | 14 | 0 | 7 | 101 | 39 | 54 |
| Octal | 313 | 276 | 355 | 16 | 24 | 0 | 7 | 401 | 71 | 124 |
| Binary | 11001011 | 10111110 | 11101101 | 1110 | 10100 | 0 | 111 | 100000001 | 111001 | 1010100 |
Color Harmonies of #CBBEED
Complementary color
Monochromatic Colors of #CBBEED
Black with #CBBEED
Text Example
Text Example
White with #CBBEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBEED; }
p { color: rgb(203,190,237); }
H1.HeaderClassName
{
color: #CBBEED;
}
.AnyTagClassName
{
color: #CBBEED;
}
</style>
background-color css
<style>
a { background-color: #CBBEED; }
a { background-color: rgb(203,190,237); }
div.DivClassName
{
background-color: #CBBEED;
}
.BgClassName
{
background-color: #CBBEED;
}
</style>
border-color css
<style>
span { border-color: #CBBEED; }
span { border-color: rgb(203,190,237); }
td.TdClassName
{
border-color: #CBBEED;
}
.TagClassName
{
border-color: #CBBEED;
}
</style>