Shades of Melrose #CBBDE6
Tints of Melrose #CBBDE6
RGB
CMYK
RGB Variations
Color information
#CBBDE6 (or 0xCBBDE6) is known color: Melrose. HEX triplet: CB, BD and E6. RGB value is (203,189,230). Sum of RGB (Red+Green+Blue) = 203+189+230=622 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.64% from 622); Green value is 189 (74.22% from 255 or 30.39% from 622); Blue value is 230 (90.23% from 255 or 36.98% from 622); Max value from RGB is 230 - color contains mainly: blue. Hex color #CBBDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBBDE6 is #344219. Grayscale: #C5C5C5. Windows color (decimal): -3424794 or 15121867. OLE color: 15121867.
HSL color Cylindrical-coordinate representation of color #CBBDE6: hue angle of 260.49º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBBDE6 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 189 | 230 | - |
| CMYK | 0.12 | 0.18 | 0 | 0.10 |
| HSL | 260.49º | 0.45% | 0.82% | - |
| HSV(B) | 260.49º | 0.18% | 0.9% | - |
| XYZ | 57.11 | 54.8 | 82.43 | - |
| YUV | 197.86 | 146.14 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 189 | 230 | 0.12 | 0.18 | 0 | 0.10 | 260.49 | 0.45 | 0.82 |
| Hex | CB | BD | E6 | C | 12 | 0 | A | 104 | 2D | 52 |
| Octal | 313 | 275 | 346 | 14 | 22 | 0 | 12 | 404 | 55 | 122 |
| Binary | 11001011 | 10111101 | 11100110 | 1100 | 10010 | 0 | 1010 | 100000100 | 101101 | 1010010 |
Color Harmonies of #CBBDE6
Complementary color
Monochromatic Colors of #CBBDE6
Black with #CBBDE6
Text Example
Text Example
White with #CBBDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBDE6; }
p { color: rgb(203,189,230); }
H1.HeaderClassName
{
color: #CBBDE6;
}
.AnyTagClassName
{
color: #CBBDE6;
}
</style>
background-color css
<style>
a { background-color: #CBBDE6; }
a { background-color: rgb(203,189,230); }
div.DivClassName
{
background-color: #CBBDE6;
}
.BgClassName
{
background-color: #CBBDE6;
}
</style>
border-color css
<style>
span { border-color: #CBBDE6; }
span { border-color: rgb(203,189,230); }
td.TdClassName
{
border-color: #CBBDE6;
}
.TagClassName
{
border-color: #CBBDE6;
}
</style>