Shades of Melrose #CBB8ED
Tints of Melrose #CBB8ED
RGB
CMYK
RGB Variations
Color information
#CBB8ED (or 0xCBB8ED) is known color: Melrose. HEX triplet: CB, B8 and ED. RGB value is (203,184,237). Sum of RGB (Red+Green+Blue) = 203+184+237=624 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.53% from 624); Green value is 184 (72.27% from 255 or 29.49% from 624); Blue value is 237 (92.97% from 255 or 37.98% from 624); Max value from RGB is 237 - color contains mainly: blue. Hex color #CBB8ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB8ED is #344712. Grayscale: #C3C3C3. Windows color (decimal): -3426067 or 15579339. OLE color: 15579339.
HSL color Cylindrical-coordinate representation of color #CBB8ED: hue angle of 261.51º degrees, saturation: 0.6, 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 #CBB8ED is Cyan = 0.14, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 184 | 237 | - |
| CMYK | 0.14 | 0.22 | 0 | 0.07 |
| HSL | 261.51º | 0.6% | 0.83% | - |
| HSV(B) | 261.51º | 0.22% | 0.93% | - |
| XYZ | 57.06 | 53.09 | 87.36 | - |
| YUV | 195.72 | 151.29 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 184 | 237 | 0.14 | 0.22 | 0 | 0.07 | 261.51 | 0.6 | 0.83 |
| Hex | CB | B8 | ED | E | 16 | 0 | 7 | 106 | 3C | 53 |
| Octal | 313 | 270 | 355 | 16 | 26 | 0 | 7 | 406 | 74 | 123 |
| Binary | 11001011 | 10111000 | 11101101 | 1110 | 10110 | 0 | 111 | 100000110 | 111100 | 1010011 |
Color Harmonies of #CBB8ED
Complementary color
Monochromatic Colors of #CBB8ED
Black with #CBB8ED
Text Example
Text Example
White with #CBB8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB8ED; }
p { color: rgb(203,184,237); }
H1.HeaderClassName
{
color: #CBB8ED;
}
.AnyTagClassName
{
color: #CBB8ED;
}
</style>
background-color css
<style>
a { background-color: #CBB8ED; }
a { background-color: rgb(203,184,237); }
div.DivClassName
{
background-color: #CBB8ED;
}
.BgClassName
{
background-color: #CBB8ED;
}
</style>
border-color css
<style>
span { border-color: #CBB8ED; }
span { border-color: rgb(203,184,237); }
td.TdClassName
{
border-color: #CBB8ED;
}
.TagClassName
{
border-color: #CBB8ED;
}
</style>