Shades of Melrose #CBB2EE
Tints of Melrose #CBB2EE
RGB
CMYK
RGB Variations
Color information
#CBB2EE (or 0xCBB2EE) is known color: Melrose. HEX triplet: CB, B2 and EE. RGB value is (203,178,238). Sum of RGB (Red+Green+Blue) = 203+178+238=619 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.79% from 619); Green value is 178 (69.92% from 255 or 28.76% from 619); Blue value is 238 (93.36% from 255 or 38.45% from 619); Max value from RGB is 238 - color contains mainly: blue. Hex color #CBB2EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBB2EE is #344D11. Grayscale: #C0C0C0. Windows color (decimal): -3427602 or 15643339. OLE color: 15643339.
HSL color Cylindrical-coordinate representation of color #CBB2EE: hue angle of 265º degrees, saturation: 0.64, 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 #CBB2EE is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 178 | 238 | - |
| CMYK | 0.15 | 0.25 | 0 | 0.07 |
| HSL | 265º | 0.64% | 0.82% | - |
| HSV(B) | 265º | 0.25% | 0.93% | - |
| XYZ | 55.98 | 50.71 | 87.73 | - |
| YUV | 192.32 | 153.78 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 178 | 238 | 0.15 | 0.25 | 0 | 0.07 | 265 | 0.64 | 0.82 |
| Hex | CB | B2 | EE | F | 19 | 0 | 7 | 109 | 40 | 52 |
| Octal | 313 | 262 | 356 | 17 | 31 | 0 | 7 | 411 | 100 | 122 |
| Binary | 11001011 | 10110010 | 11101110 | 1111 | 11001 | 0 | 111 | 100001001 | 1000000 | 1010010 |
Color Harmonies of #CBB2EE
Complementary color
Monochromatic Colors of #CBB2EE
Black with #CBB2EE
Text Example
Text Example
White with #CBB2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB2EE; }
p { color: rgb(203,178,238); }
H1.HeaderClassName
{
color: #CBB2EE;
}
.AnyTagClassName
{
color: #CBB2EE;
}
</style>
background-color css
<style>
a { background-color: #CBB2EE; }
a { background-color: rgb(203,178,238); }
div.DivClassName
{
background-color: #CBB2EE;
}
.BgClassName
{
background-color: #CBB2EE;
}
</style>
border-color css
<style>
span { border-color: #CBB2EE; }
span { border-color: rgb(203,178,238); }
td.TdClassName
{
border-color: #CBB2EE;
}
.TagClassName
{
border-color: #CBB2EE;
}
</style>