Shades of Melrose #CBBDE8
Tints of Melrose #CBBDE8
RGB
CMYK
RGB Variations
Color information
#CBBDE8 (or 0xCBBDE8) is known color: Melrose. HEX triplet: CB, BD and E8. RGB value is (203,189,232). Sum of RGB (Red+Green+Blue) = 203+189+232=624 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.53% from 624); Green value is 189 (74.22% from 255 or 30.29% from 624); Blue value is 232 (91.02% from 255 or 37.18% from 624); Max value from RGB is 232 - color contains mainly: blue. Hex color #CBBDE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBBDE8 is #344217. Grayscale: #C5C5C5. Windows color (decimal): -3424792 or 15252939. OLE color: 15252939.
HSL color Cylindrical-coordinate representation of color #CBBDE8: hue angle of 259.53º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBBDE8 is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 189 | 232 | - |
| CMYK | 0.12 | 0.19 | 0 | 0.09 |
| HSL | 259.53º | 0.48% | 0.83% | - |
| HSV(B) | 259.53º | 0.19% | 0.91% | - |
| XYZ | 57.39 | 54.92 | 83.92 | - |
| YUV | 198.09 | 147.14 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 189 | 232 | 0.12 | 0.19 | 0 | 0.09 | 259.53 | 0.48 | 0.83 |
| Hex | CB | BD | E8 | C | 13 | 0 | 9 | 104 | 30 | 53 |
| Octal | 313 | 275 | 350 | 14 | 23 | 0 | 11 | 404 | 60 | 123 |
| Binary | 11001011 | 10111101 | 11101000 | 1100 | 10011 | 0 | 1001 | 100000100 | 110000 | 1010011 |
Color Harmonies of #CBBDE8
Complementary color
Monochromatic Colors of #CBBDE8
Black with #CBBDE8
Text Example
Text Example
White with #CBBDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBDE8; }
p { color: rgb(203,189,232); }
H1.HeaderClassName
{
color: #CBBDE8;
}
.AnyTagClassName
{
color: #CBBDE8;
}
</style>
background-color css
<style>
a { background-color: #CBBDE8; }
a { background-color: rgb(203,189,232); }
div.DivClassName
{
background-color: #CBBDE8;
}
.BgClassName
{
background-color: #CBBDE8;
}
</style>
border-color css
<style>
span { border-color: #CBBDE8; }
span { border-color: rgb(203,189,232); }
td.TdClassName
{
border-color: #CBBDE8;
}
.TagClassName
{
border-color: #CBBDE8;
}
</style>