Shades of Melrose #CBB2EF
Tints of Melrose #CBB2EF
RGB
CMYK
RGB Variations
Color information
#CBB2EF (or 0xCBB2EF) is known color: Melrose. HEX triplet: CB, B2 and EF. RGB value is (203,178,239). Sum of RGB (Red+Green+Blue) = 203+178+239=620 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.74% from 620); Green value is 178 (69.92% from 255 or 28.71% from 620); Blue value is 239 (93.75% from 255 or 38.55% from 620); Max value from RGB is 239 - color contains mainly: blue. Hex color #CBB2EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBB2EF is #344D10. Grayscale: #C0C0C0. Windows color (decimal): -3427601 or 15708875. OLE color: 15708875.
HSL color Cylindrical-coordinate representation of color #CBB2EF: hue angle of 264.59º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CBB2EF is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 178 | 239 | - |
| CMYK | 0.15 | 0.26 | 0 | 0.06 |
| HSL | 264.59º | 0.66% | 0.82% | - |
| HSV(B) | 264.59º | 0.26% | 0.94% | - |
| XYZ | 56.13 | 50.77 | 88.5 | - |
| YUV | 192.43 | 154.28 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 178 | 239 | 0.15 | 0.26 | 0 | 0.06 | 264.59 | 0.66 | 0.82 |
| Hex | CB | B2 | EF | F | 1A | 0 | 6 | 109 | 42 | 52 |
| Octal | 313 | 262 | 357 | 17 | 32 | 0 | 6 | 411 | 102 | 122 |
| Binary | 11001011 | 10110010 | 11101111 | 1111 | 11010 | 0 | 110 | 100001001 | 1000010 | 1010010 |
Color Harmonies of #CBB2EF
Complementary color
Monochromatic Colors of #CBB2EF
Black with #CBB2EF
Text Example
Text Example
White with #CBB2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB2EF; }
p { color: rgb(203,178,239); }
H1.HeaderClassName
{
color: #CBB2EF;
}
.AnyTagClassName
{
color: #CBB2EF;
}
</style>
background-color css
<style>
a { background-color: #CBB2EF; }
a { background-color: rgb(203,178,239); }
div.DivClassName
{
background-color: #CBB2EF;
}
.BgClassName
{
background-color: #CBB2EF;
}
</style>
border-color css
<style>
span { border-color: #CBB2EF; }
span { border-color: rgb(203,178,239); }
td.TdClassName
{
border-color: #CBB2EF;
}
.TagClassName
{
border-color: #CBB2EF;
}
</style>