Shades of Melrose #CBB3ED
Tints of Melrose #CBB3ED
RGB
CMYK
RGB Variations
Color information
#CBB3ED (or 0xCBB3ED) is known color: Melrose. HEX triplet: CB, B3 and ED. RGB value is (203,179,237). Sum of RGB (Red+Green+Blue) = 203+179+237=619 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.79% from 619); Green value is 179 (70.31% from 255 or 28.92% from 619); Blue value is 237 (92.97% from 255 or 38.29% from 619); Max value from RGB is 237 - color contains mainly: blue. Hex color #CBB3ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB3ED is #344C12. Grayscale: #C0C0C0. Windows color (decimal): -3427347 or 15578059. OLE color: 15578059.
HSL color Cylindrical-coordinate representation of color #CBB3ED: hue angle of 264.83º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CBB3ED is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 179 | 237 | - |
| CMYK | 0.14 | 0.24 | 0 | 0.07 |
| HSL | 264.83º | 0.62% | 0.82% | - |
| HSV(B) | 264.83º | 0.24% | 0.93% | - |
| XYZ | 56.03 | 51.05 | 87.02 | - |
| YUV | 192.79 | 152.95 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 179 | 237 | 0.14 | 0.24 | 0 | 0.07 | 264.83 | 0.62 | 0.82 |
| Hex | CB | B3 | ED | E | 18 | 0 | 7 | 109 | 3E | 52 |
| Octal | 313 | 263 | 355 | 16 | 30 | 0 | 7 | 411 | 76 | 122 |
| Binary | 11001011 | 10110011 | 11101101 | 1110 | 11000 | 0 | 111 | 100001001 | 111110 | 1010010 |
Color Harmonies of #CBB3ED
Complementary color
Monochromatic Colors of #CBB3ED
Black with #CBB3ED
Text Example
Text Example
White with #CBB3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB3ED; }
p { color: rgb(203,179,237); }
H1.HeaderClassName
{
color: #CBB3ED;
}
.AnyTagClassName
{
color: #CBB3ED;
}
</style>
background-color css
<style>
a { background-color: #CBB3ED; }
a { background-color: rgb(203,179,237); }
div.DivClassName
{
background-color: #CBB3ED;
}
.BgClassName
{
background-color: #CBB3ED;
}
</style>
border-color css
<style>
span { border-color: #CBB3ED; }
span { border-color: rgb(203,179,237); }
td.TdClassName
{
border-color: #CBB3ED;
}
.TagClassName
{
border-color: #CBB3ED;
}
</style>