Shades of Melrose #CBB3EE
Tints of Melrose #CBB3EE
RGB
CMYK
RGB Variations
Color information
#CBB3EE (or 0xCBB3EE) is known color: Melrose. HEX triplet: CB, B3 and EE. RGB value is (203,179,238). Sum of RGB (Red+Green+Blue) = 203+179+238=620 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.74% from 620); Green value is 179 (70.31% from 255 or 28.87% from 620); Blue value is 238 (93.36% from 255 or 38.39% from 620); Max value from RGB is 238 - color contains mainly: blue. Hex color #CBB3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB3EE is #344C11. Grayscale: #C0C0C0. Windows color (decimal): -3427346 or 15643595. OLE color: 15643595.
HSL color Cylindrical-coordinate representation of color #CBB3EE: hue angle of 264.41º degrees, saturation: 0.63, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CBB3EE is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 179 | 238 | - |
| CMYK | 0.15 | 0.25 | 0 | 0.07 |
| HSL | 264.41º | 0.63% | 0.82% | - |
| HSV(B) | 264.41º | 0.25% | 0.93% | - |
| XYZ | 56.18 | 51.11 | 87.79 | - |
| YUV | 192.9 | 153.45 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 179 | 238 | 0.15 | 0.25 | 0 | 0.07 | 264.41 | 0.63 | 0.82 |
| Hex | CB | B3 | EE | F | 19 | 0 | 7 | 108 | 3F | 52 |
| Octal | 313 | 263 | 356 | 17 | 31 | 0 | 7 | 410 | 77 | 122 |
| Binary | 11001011 | 10110011 | 11101110 | 1111 | 11001 | 0 | 111 | 100001000 | 111111 | 1010010 |
Color Harmonies of #CBB3EE
Complementary color
Monochromatic Colors of #CBB3EE
Black with #CBB3EE
Text Example
Text Example
White with #CBB3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB3EE; }
p { color: rgb(203,179,238); }
H1.HeaderClassName
{
color: #CBB3EE;
}
.AnyTagClassName
{
color: #CBB3EE;
}
</style>
background-color css
<style>
a { background-color: #CBB3EE; }
a { background-color: rgb(203,179,238); }
div.DivClassName
{
background-color: #CBB3EE;
}
.BgClassName
{
background-color: #CBB3EE;
}
</style>
border-color css
<style>
span { border-color: #CBB3EE; }
span { border-color: rgb(203,179,238); }
td.TdClassName
{
border-color: #CBB3EE;
}
.TagClassName
{
border-color: #CBB3EE;
}
</style>