Shades of Melrose #CBBCE5
Tints of Melrose #CBBCE5
RGB
CMYK
RGB Variations
Color information
#CBBCE5 (or 0xCBBCE5) is known color: Melrose. HEX triplet: CB, BC and E5. RGB value is (203,188,229). Sum of RGB (Red+Green+Blue) = 203+188+229=620 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.74% from 620); Green value is 188 (73.83% from 255 or 30.32% from 620); Blue value is 229 (89.84% from 255 or 36.94% from 620); Max value from RGB is 229 - color contains mainly: blue. Hex color #CBBCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBCE5 is #34431A. Grayscale: #C5C5C5. Windows color (decimal): -3425051 or 15056075. OLE color: 15056075.
HSL color Cylindrical-coordinate representation of color #CBBCE5: hue angle of 261.95º degrees, saturation: 0.44, 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 #CBBCE5 is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 188 | 229 | - |
| CMYK | 0.11 | 0.18 | 0 | 0.10 |
| HSL | 261.95º | 0.44% | 0.82% | - |
| HSV(B) | 261.95º | 0.18% | 0.9% | - |
| XYZ | 56.75 | 54.32 | 81.62 | - |
| YUV | 197.16 | 145.97 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 188 | 229 | 0.11 | 0.18 | 0 | 0.10 | 261.95 | 0.44 | 0.82 |
| Hex | CB | BC | E5 | B | 12 | 0 | A | 106 | 2C | 52 |
| Octal | 313 | 274 | 345 | 13 | 22 | 0 | 12 | 406 | 54 | 122 |
| Binary | 11001011 | 10111100 | 11100101 | 1011 | 10010 | 0 | 1010 | 100000110 | 101100 | 1010010 |
Color Harmonies of #CBBCE5
Complementary color
Monochromatic Colors of #CBBCE5
Black with #CBBCE5
Text Example
Text Example
White with #CBBCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBCE5; }
p { color: rgb(203,188,229); }
H1.HeaderClassName
{
color: #CBBCE5;
}
.AnyTagClassName
{
color: #CBBCE5;
}
</style>
background-color css
<style>
a { background-color: #CBBCE5; }
a { background-color: rgb(203,188,229); }
div.DivClassName
{
background-color: #CBBCE5;
}
.BgClassName
{
background-color: #CBBCE5;
}
</style>
border-color css
<style>
span { border-color: #CBBCE5; }
span { border-color: rgb(203,188,229); }
td.TdClassName
{
border-color: #CBBCE5;
}
.TagClassName
{
border-color: #CBBCE5;
}
</style>