Shades of Melrose #CBBEE8
Tints of Melrose #CBBEE8
RGB
CMYK
RGB Variations
Color information
#CBBEE8 (or 0xCBBEE8) is known color: Melrose. HEX triplet: CB, BE and E8. RGB value is (203,190,232). Sum of RGB (Red+Green+Blue) = 203+190+232=625 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.48% from 625); Green value is 190 (74.61% from 255 or 30.4% from 625); Blue value is 232 (91.02% from 255 or 37.12% from 625); Max value from RGB is 232 - color contains mainly: blue. Hex color #CBBEE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBBEE8 is #344117. Grayscale: #C6C6C6. Windows color (decimal): -3424536 or 15253195. OLE color: 15253195.
HSL color Cylindrical-coordinate representation of color #CBBEE8: hue angle of 258.57º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBBEE8 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 190 | 232 | - |
| CMYK | 0.12 | 0.18 | 0 | 0.09 |
| HSL | 258.57º | 0.48% | 0.83% | - |
| HSV(B) | 258.57º | 0.18% | 0.91% | - |
| XYZ | 57.61 | 55.35 | 83.99 | - |
| YUV | 198.68 | 146.81 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 190 | 232 | 0.12 | 0.18 | 0 | 0.09 | 258.57 | 0.48 | 0.83 |
| Hex | CB | BE | E8 | C | 12 | 0 | 9 | 103 | 30 | 53 |
| Octal | 313 | 276 | 350 | 14 | 22 | 0 | 11 | 403 | 60 | 123 |
| Binary | 11001011 | 10111110 | 11101000 | 1100 | 10010 | 0 | 1001 | 100000011 | 110000 | 1010011 |
Color Harmonies of #CBBEE8
Complementary color
Monochromatic Colors of #CBBEE8
Black with #CBBEE8
Text Example
Text Example
White with #CBBEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBEE8; }
p { color: rgb(203,190,232); }
H1.HeaderClassName
{
color: #CBBEE8;
}
.AnyTagClassName
{
color: #CBBEE8;
}
</style>
background-color css
<style>
a { background-color: #CBBEE8; }
a { background-color: rgb(203,190,232); }
div.DivClassName
{
background-color: #CBBEE8;
}
.BgClassName
{
background-color: #CBBEE8;
}
</style>
border-color css
<style>
span { border-color: #CBBEE8; }
span { border-color: rgb(203,190,232); }
td.TdClassName
{
border-color: #CBBEE8;
}
.TagClassName
{
border-color: #CBBEE8;
}
</style>