Shades of Melrose #CBBEEB
Tints of Melrose #CBBEEB
RGB
CMYK
RGB Variations
Color information
#CBBEEB (or 0xCBBEEB) is known color: Melrose. HEX triplet: CB, BE and EB. RGB value is (203,190,235). Sum of RGB (Red+Green+Blue) = 203+190+235=628 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.32% from 628); Green value is 190 (74.61% from 255 or 30.25% from 628); Blue value is 235 (92.19% from 255 or 37.42% from 628); Max value from RGB is 235 - color contains mainly: blue. Hex color #CBBEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBBEEB is #344114. Grayscale: #C6C6C6. Windows color (decimal): -3424533 or 15449803. OLE color: 15449803.
HSL color Cylindrical-coordinate representation of color #CBBEEB: hue angle of 257.33º degrees, saturation: 0.53, 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 #CBBEEB is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 190 | 235 | - |
| CMYK | 0.14 | 0.19 | 0 | 0.08 |
| HSL | 257.33º | 0.53% | 0.83% | - |
| HSV(B) | 257.33º | 0.19% | 0.92% | - |
| XYZ | 58.04 | 55.52 | 86.26 | - |
| YUV | 199.02 | 148.31 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 190 | 235 | 0.14 | 0.19 | 0 | 0.08 | 257.33 | 0.53 | 0.83 |
| Hex | CB | BE | EB | E | 13 | 0 | 8 | 101 | 35 | 53 |
| Octal | 313 | 276 | 353 | 16 | 23 | 0 | 10 | 401 | 65 | 123 |
| Binary | 11001011 | 10111110 | 11101011 | 1110 | 10011 | 0 | 1000 | 100000001 | 110101 | 1010011 |
Color Harmonies of #CBBEEB
Complementary color
Monochromatic Colors of #CBBEEB
Black with #CBBEEB
Text Example
Text Example
White with #CBBEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBEEB; }
p { color: rgb(203,190,235); }
H1.HeaderClassName
{
color: #CBBEEB;
}
.AnyTagClassName
{
color: #CBBEEB;
}
</style>
background-color css
<style>
a { background-color: #CBBEEB; }
a { background-color: rgb(203,190,235); }
div.DivClassName
{
background-color: #CBBEEB;
}
.BgClassName
{
background-color: #CBBEEB;
}
</style>
border-color css
<style>
span { border-color: #CBBEEB; }
span { border-color: rgb(203,190,235); }
td.TdClassName
{
border-color: #CBBEEB;
}
.TagClassName
{
border-color: #CBBEEB;
}
</style>