Shades of Melrose #CBB4EA
Tints of Melrose #CBB4EA
RGB
CMYK
RGB Variations
Color information
#CBB4EA (or 0xCBB4EA) is known color: Melrose. HEX triplet: CB, B4 and EA. RGB value is (203,180,234). Sum of RGB (Red+Green+Blue) = 203+180+234=617 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.90% from 617); Green value is 180 (70.70% from 255 or 29.17% from 617); Blue value is 234 (91.80% from 255 or 37.93% from 617); Max value from RGB is 234 - color contains mainly: blue. Hex color #CBB4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBB4EA is #344B15. Grayscale: #C0C0C0. Windows color (decimal): -3427094 or 15381707. OLE color: 15381707.
HSL color Cylindrical-coordinate representation of color #CBB4EA: hue angle of 265.56º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CBB4EA is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 180 | 234 | - |
| CMYK | 0.13 | 0.23 | 0 | 0.08 |
| HSL | 265.56º | 0.56% | 0.81% | - |
| HSV(B) | 265.56º | 0.23% | 0.92% | - |
| XYZ | 55.8 | 51.28 | 84.8 | - |
| YUV | 193.03 | 151.12 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 180 | 234 | 0.13 | 0.23 | 0 | 0.08 | 265.56 | 0.56 | 0.81 |
| Hex | CB | B4 | EA | D | 17 | 0 | 8 | 10A | 38 | 51 |
| Octal | 313 | 264 | 352 | 15 | 27 | 0 | 10 | 412 | 70 | 121 |
| Binary | 11001011 | 10110100 | 11101010 | 1101 | 10111 | 0 | 1000 | 100001010 | 111000 | 1010001 |
Color Harmonies of #CBB4EA
Complementary color
Monochromatic Colors of #CBB4EA
Black with #CBB4EA
Text Example
Text Example
White with #CBB4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB4EA; }
p { color: rgb(203,180,234); }
H1.HeaderClassName
{
color: #CBB4EA;
}
.AnyTagClassName
{
color: #CBB4EA;
}
</style>
background-color css
<style>
a { background-color: #CBB4EA; }
a { background-color: rgb(203,180,234); }
div.DivClassName
{
background-color: #CBB4EA;
}
.BgClassName
{
background-color: #CBB4EA;
}
</style>
border-color css
<style>
span { border-color: #CBB4EA; }
span { border-color: rgb(203,180,234); }
td.TdClassName
{
border-color: #CBB4EA;
}
.TagClassName
{
border-color: #CBB4EA;
}
</style>