Shades of Melrose #CBBEE5
Tints of Melrose #CBBEE5
RGB
CMYK
RGB Variations
Color information
#CBBEE5 (or 0xCBBEE5) is known color: Melrose. HEX triplet: CB, BE and E5. RGB value is (203,190,229). Sum of RGB (Red+Green+Blue) = 203+190+229=622 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.64% from 622); Green value is 190 (74.61% from 255 or 30.55% from 622); Blue value is 229 (89.84% from 255 or 36.82% from 622); Max value from RGB is 229 - color contains mainly: blue. Hex color #CBBEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBEE5 is #34411A. Grayscale: #C6C6C6. Windows color (decimal): -3424539 or 15056587. OLE color: 15056587.
HSL color Cylindrical-coordinate representation of color #CBBEE5: hue angle of 260º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBBEE5 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 190 | 229 | - |
| CMYK | 0.11 | 0.17 | 0 | 0.10 |
| HSL | 260º | 0.43% | 0.82% | - |
| HSV(B) | 260º | 0.17% | 0.9% | - |
| XYZ | 57.18 | 55.18 | 81.77 | - |
| YUV | 198.33 | 145.31 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 190 | 229 | 0.11 | 0.17 | 0 | 0.10 | 260 | 0.43 | 0.82 |
| Hex | CB | BE | E5 | B | 11 | 0 | A | 104 | 2B | 52 |
| Octal | 313 | 276 | 345 | 13 | 21 | 0 | 12 | 404 | 53 | 122 |
| Binary | 11001011 | 10111110 | 11100101 | 1011 | 10001 | 0 | 1010 | 100000100 | 101011 | 1010010 |
Color Harmonies of #CBBEE5
Complementary color
Monochromatic Colors of #CBBEE5
Black with #CBBEE5
Text Example
Text Example
White with #CBBEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBEE5; }
p { color: rgb(203,190,229); }
H1.HeaderClassName
{
color: #CBBEE5;
}
.AnyTagClassName
{
color: #CBBEE5;
}
</style>
background-color css
<style>
a { background-color: #CBBEE5; }
a { background-color: rgb(203,190,229); }
div.DivClassName
{
background-color: #CBBEE5;
}
.BgClassName
{
background-color: #CBBEE5;
}
</style>
border-color css
<style>
span { border-color: #CBBEE5; }
span { border-color: rgb(203,190,229); }
td.TdClassName
{
border-color: #CBBEE5;
}
.TagClassName
{
border-color: #CBBEE5;
}
</style>