Shades of Melrose #CBB2ED
Tints of Melrose #CBB2ED
RGB
CMYK
RGB Variations
Color information
#CBB2ED (or 0xCBB2ED) is known color: Melrose. HEX triplet: CB, B2 and ED. RGB value is (203,178,237). Sum of RGB (Red+Green+Blue) = 203+178+237=618 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.85% from 618); Green value is 178 (69.92% from 255 or 28.80% from 618); Blue value is 237 (92.97% from 255 or 38.35% from 618); Max value from RGB is 237 - color contains mainly: blue. Hex color #CBB2ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBB2ED is #344D12. Grayscale: #BFBFBF. Windows color (decimal): -3427603 or 15577803. OLE color: 15577803.
HSL color Cylindrical-coordinate representation of color #CBB2ED: hue angle of 265.42º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CBB2ED is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 178 | 237 | - |
| CMYK | 0.14 | 0.25 | 0 | 0.07 |
| HSL | 265.42º | 0.62% | 0.81% | - |
| HSV(B) | 265.42º | 0.25% | 0.93% | - |
| XYZ | 55.84 | 50.65 | 86.95 | - |
| YUV | 192.2 | 153.28 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 178 | 237 | 0.14 | 0.25 | 0 | 0.07 | 265.42 | 0.62 | 0.81 |
| Hex | CB | B2 | ED | E | 19 | 0 | 7 | 109 | 3E | 51 |
| Octal | 313 | 262 | 355 | 16 | 31 | 0 | 7 | 411 | 76 | 121 |
| Binary | 11001011 | 10110010 | 11101101 | 1110 | 11001 | 0 | 111 | 100001001 | 111110 | 1010001 |
Color Harmonies of #CBB2ED
Complementary color
Monochromatic Colors of #CBB2ED
Black with #CBB2ED
Text Example
Text Example
White with #CBB2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB2ED; }
p { color: rgb(203,178,237); }
H1.HeaderClassName
{
color: #CBB2ED;
}
.AnyTagClassName
{
color: #CBB2ED;
}
</style>
background-color css
<style>
a { background-color: #CBB2ED; }
a { background-color: rgb(203,178,237); }
div.DivClassName
{
background-color: #CBB2ED;
}
.BgClassName
{
background-color: #CBB2ED;
}
</style>
border-color css
<style>
span { border-color: #CBB2ED; }
span { border-color: rgb(203,178,237); }
td.TdClassName
{
border-color: #CBB2ED;
}
.TagClassName
{
border-color: #CBB2ED;
}
</style>