Shades of Melrose #CBBDE4
Tints of Melrose #CBBDE4
RGB
CMYK
RGB Variations
Color information
#CBBDE4 (or 0xCBBDE4) is known color: Melrose. HEX triplet: CB, BD and E4. RGB value is (203,189,228). Sum of RGB (Red+Green+Blue) = 203+189+228=620 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.74% from 620); Green value is 189 (74.22% from 255 or 30.48% from 620); Blue value is 228 (89.45% from 255 or 36.77% from 620); Max value from RGB is 228 - color contains mainly: blue. Hex color #CBBDE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBDE4 is #34421B. Grayscale: #C5C5C5. Windows color (decimal): -3424796 or 14990795. OLE color: 14990795.
HSL color Cylindrical-coordinate representation of color #CBBDE4: hue angle of 261.54º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBBDE4 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 189 | 228 | - |
| CMYK | 0.11 | 0.17 | 0 | 0.11 |
| HSL | 261.54º | 0.42% | 0.82% | - |
| HSV(B) | 261.54º | 0.17% | 0.89% | - |
| XYZ | 56.83 | 54.69 | 80.96 | - |
| YUV | 197.63 | 145.14 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 189 | 228 | 0.11 | 0.17 | 0 | 0.11 | 261.54 | 0.42 | 0.82 |
| Hex | CB | BD | E4 | B | 11 | 0 | B | 106 | 2A | 52 |
| Octal | 313 | 275 | 344 | 13 | 21 | 0 | 13 | 406 | 52 | 122 |
| Binary | 11001011 | 10111101 | 11100100 | 1011 | 10001 | 0 | 1011 | 100000110 | 101010 | 1010010 |
Color Harmonies of #CBBDE4
Complementary color
Monochromatic Colors of #CBBDE4
Black with #CBBDE4
Text Example
Text Example
White with #CBBDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBDE4; }
p { color: rgb(203,189,228); }
H1.HeaderClassName
{
color: #CBBDE4;
}
.AnyTagClassName
{
color: #CBBDE4;
}
</style>
background-color css
<style>
a { background-color: #CBBDE4; }
a { background-color: rgb(203,189,228); }
div.DivClassName
{
background-color: #CBBDE4;
}
.BgClassName
{
background-color: #CBBDE4;
}
</style>
border-color css
<style>
span { border-color: #CBBDE4; }
span { border-color: rgb(203,189,228); }
td.TdClassName
{
border-color: #CBBDE4;
}
.TagClassName
{
border-color: #CBBDE4;
}
</style>