Shades of Melrose #CBBDE7
Tints of Melrose #CBBDE7
RGB
CMYK
RGB Variations
Color information
#CBBDE7 (or 0xCBBDE7) is known color: Melrose. HEX triplet: CB, BD and E7. RGB value is (203,189,231). Sum of RGB (Red+Green+Blue) = 203+189+231=623 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.58% from 623); Green value is 189 (74.22% from 255 or 30.34% from 623); Blue value is 231 (90.62% from 255 or 37.08% from 623); Max value from RGB is 231 - color contains mainly: blue. Hex color #CBBDE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBBDE7 is #344218. Grayscale: #C5C5C5. Windows color (decimal): -3424793 or 15187403. OLE color: 15187403.
HSL color Cylindrical-coordinate representation of color #CBBDE7: hue angle of 260º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBBDE7 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 189 | 231 | - |
| CMYK | 0.12 | 0.18 | 0 | 0.09 |
| HSL | 260º | 0.47% | 0.82% | - |
| HSV(B) | 260º | 0.18% | 0.91% | - |
| XYZ | 57.25 | 54.86 | 83.17 | - |
| YUV | 197.97 | 146.64 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 189 | 231 | 0.12 | 0.18 | 0 | 0.09 | 260 | 0.47 | 0.82 |
| Hex | CB | BD | E7 | C | 12 | 0 | 9 | 104 | 2F | 52 |
| Octal | 313 | 275 | 347 | 14 | 22 | 0 | 11 | 404 | 57 | 122 |
| Binary | 11001011 | 10111101 | 11100111 | 1100 | 10010 | 0 | 1001 | 100000100 | 101111 | 1010010 |
Color Harmonies of #CBBDE7
Complementary color
Monochromatic Colors of #CBBDE7
Black with #CBBDE7
Text Example
Text Example
White with #CBBDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBDE7; }
p { color: rgb(203,189,231); }
H1.HeaderClassName
{
color: #CBBDE7;
}
.AnyTagClassName
{
color: #CBBDE7;
}
</style>
background-color css
<style>
a { background-color: #CBBDE7; }
a { background-color: rgb(203,189,231); }
div.DivClassName
{
background-color: #CBBDE7;
}
.BgClassName
{
background-color: #CBBDE7;
}
</style>
border-color css
<style>
span { border-color: #CBBDE7; }
span { border-color: rgb(203,189,231); }
td.TdClassName
{
border-color: #CBBDE7;
}
.TagClassName
{
border-color: #CBBDE7;
}
</style>