Shades of Melrose #CBB9ED
Tints of Melrose #CBB9ED
RGB
CMYK
RGB Variations
Color information
#CBB9ED (or 0xCBB9ED) is known color: Melrose. HEX triplet: CB, B9 and ED. RGB value is (203,185,237). Sum of RGB (Red+Green+Blue) = 203+185+237=625 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.48% from 625); Green value is 185 (72.66% from 255 or 29.6% from 625); Blue value is 237 (92.97% from 255 or 37.92% from 625); Max value from RGB is 237 - color contains mainly: blue. Hex color #CBB9ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB9ED is #344612. Grayscale: #C4C4C4. Windows color (decimal): -3425811 or 15579595. OLE color: 15579595.
HSL color Cylindrical-coordinate representation of color #CBB9ED: hue angle of 260.77º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CBB9ED is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 185 | 237 | - |
| CMYK | 0.14 | 0.22 | 0 | 0.07 |
| HSL | 260.77º | 0.59% | 0.83% | - |
| HSV(B) | 260.77º | 0.22% | 0.93% | - |
| XYZ | 57.26 | 53.51 | 87.43 | - |
| YUV | 196.31 | 150.96 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 185 | 237 | 0.14 | 0.22 | 0 | 0.07 | 260.77 | 0.59 | 0.83 |
| Hex | CB | B9 | ED | E | 16 | 0 | 7 | 105 | 3B | 53 |
| Octal | 313 | 271 | 355 | 16 | 26 | 0 | 7 | 405 | 73 | 123 |
| Binary | 11001011 | 10111001 | 11101101 | 1110 | 10110 | 0 | 111 | 100000101 | 111011 | 1010011 |
Color Harmonies of #CBB9ED
Complementary color
Monochromatic Colors of #CBB9ED
Black with #CBB9ED
Text Example
Text Example
White with #CBB9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB9ED; }
p { color: rgb(203,185,237); }
H1.HeaderClassName
{
color: #CBB9ED;
}
.AnyTagClassName
{
color: #CBB9ED;
}
</style>
background-color css
<style>
a { background-color: #CBB9ED; }
a { background-color: rgb(203,185,237); }
div.DivClassName
{
background-color: #CBB9ED;
}
.BgClassName
{
background-color: #CBB9ED;
}
</style>
border-color css
<style>
span { border-color: #CBB9ED; }
span { border-color: rgb(203,185,237); }
td.TdClassName
{
border-color: #CBB9ED;
}
.TagClassName
{
border-color: #CBB9ED;
}
</style>