Shades of Melrose #CBC8E7
Tints of Melrose #CBC8E7
RGB
CMYK
RGB Variations
Color information
#CBC8E7 (or 0xCBC8E7) is known color: Melrose. HEX triplet: CB, C8 and E7. RGB value is (203,200,231). Sum of RGB (Red+Green+Blue) = 203+200+231=634 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.02% from 634); Green value is 200 (78.52% from 255 or 31.55% from 634); Blue value is 231 (90.62% from 255 or 36.44% from 634); Max value from RGB is 231 - color contains mainly: blue. Hex color #CBC8E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC8E7 is #343718. Grayscale: #CCCCCC. Windows color (decimal): -3421977 or 15190219. OLE color: 15190219.
HSL color Cylindrical-coordinate representation of color #CBC8E7: hue angle of 245.81º degrees, saturation: 0.39, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CBC8E7 is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 200 | 231 | - |
| CMYK | 0.12 | 0.13 | 0 | 0.09 |
| HSL | 245.81º | 0.39% | 0.85% | - |
| HSV(B) | 245.81º | 0.13% | 0.91% | - |
| XYZ | 59.71 | 59.77 | 83.99 | - |
| YUV | 204.43 | 142.99 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 200 | 231 | 0.12 | 0.13 | 0 | 0.09 | 245.81 | 0.39 | 0.85 |
| Hex | CB | C8 | E7 | C | D | 0 | 9 | F6 | 27 | 55 |
| Octal | 313 | 310 | 347 | 14 | 15 | 0 | 11 | 366 | 47 | 125 |
| Binary | 11001011 | 11001000 | 11100111 | 1100 | 1101 | 0 | 1001 | 11110110 | 100111 | 1010101 |
Color Harmonies of #CBC8E7
Complementary color
Monochromatic Colors of #CBC8E7
Black with #CBC8E7
Text Example
Text Example
White with #CBC8E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC8E7; }
p { color: rgb(203,200,231); }
H1.HeaderClassName
{
color: #CBC8E7;
}
.AnyTagClassName
{
color: #CBC8E7;
}
</style>
background-color css
<style>
a { background-color: #CBC8E7; }
a { background-color: rgb(203,200,231); }
div.DivClassName
{
background-color: #CBC8E7;
}
.BgClassName
{
background-color: #CBC8E7;
}
</style>
border-color css
<style>
span { border-color: #CBC8E7; }
span { border-color: rgb(203,200,231); }
td.TdClassName
{
border-color: #CBC8E7;
}
.TagClassName
{
border-color: #CBC8E7;
}
</style>