Shades of Melrose #CBBEEA
Tints of Melrose #CBBEEA
RGB
CMYK
RGB Variations
Color information
#CBBEEA (or 0xCBBEEA) is known color: Melrose. HEX triplet: CB, BE and EA. RGB value is (203,190,234). Sum of RGB (Red+Green+Blue) = 203+190+234=627 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.38% from 627); Green value is 190 (74.61% from 255 or 30.30% from 627); Blue value is 234 (91.80% from 255 or 37.32% from 627); Max value from RGB is 234 - color contains mainly: blue. Hex color #CBBEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBBEEA is #344115. Grayscale: #C6C6C6. Windows color (decimal): -3424534 or 15384267. OLE color: 15384267.
HSL color Cylindrical-coordinate representation of color #CBBEEA: hue angle of 257.73º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBBEEA is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 190 | 234 | - |
| CMYK | 0.13 | 0.19 | 0 | 0.08 |
| HSL | 257.73º | 0.51% | 0.83% | - |
| HSV(B) | 257.73º | 0.19% | 0.92% | - |
| XYZ | 57.89 | 55.46 | 85.5 | - |
| YUV | 198.9 | 147.81 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 190 | 234 | 0.13 | 0.19 | 0 | 0.08 | 257.73 | 0.51 | 0.83 |
| Hex | CB | BE | EA | D | 13 | 0 | 8 | 102 | 33 | 53 |
| Octal | 313 | 276 | 352 | 15 | 23 | 0 | 10 | 402 | 63 | 123 |
| Binary | 11001011 | 10111110 | 11101010 | 1101 | 10011 | 0 | 1000 | 100000010 | 110011 | 1010011 |
Color Harmonies of #CBBEEA
Complementary color
Monochromatic Colors of #CBBEEA
Black with #CBBEEA
Text Example
Text Example
White with #CBBEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBEEA; }
p { color: rgb(203,190,234); }
H1.HeaderClassName
{
color: #CBBEEA;
}
.AnyTagClassName
{
color: #CBBEEA;
}
</style>
background-color css
<style>
a { background-color: #CBBEEA; }
a { background-color: rgb(203,190,234); }
div.DivClassName
{
background-color: #CBBEEA;
}
.BgClassName
{
background-color: #CBBEEA;
}
</style>
border-color css
<style>
span { border-color: #CBBEEA; }
span { border-color: rgb(203,190,234); }
td.TdClassName
{
border-color: #CBBEEA;
}
.TagClassName
{
border-color: #CBBEEA;
}
</style>