Shades of Melrose #CBC6E4
Tints of Melrose #CBC6E4
RGB
CMYK
RGB Variations
Color information
#CBC6E4 (or 0xCBC6E4) is known color: Melrose. HEX triplet: CB, C6 and E4. RGB value is (203,198,228). Sum of RGB (Red+Green+Blue) = 203+198+228=629 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.27% from 629); Green value is 198 (77.73% from 255 or 31.48% from 629); Blue value is 228 (89.45% from 255 or 36.25% from 629); Max value from RGB is 228 - color contains mainly: blue. Hex color #CBC6E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC6E4 is #34391B. Grayscale: #CACACA. Windows color (decimal): -3422492 or 14993099. OLE color: 14993099.
HSL color Cylindrical-coordinate representation of color #CBC6E4: hue angle of 250º degrees, saturation: 0.36, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CBC6E4 is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 198 | 228 | - |
| CMYK | 0.11 | 0.13 | 0 | 0.11 |
| HSL | 250º | 0.36% | 0.84% | - |
| HSV(B) | 250º | 0.13% | 0.89% | - |
| XYZ | 58.83 | 58.69 | 81.63 | - |
| YUV | 202.92 | 142.16 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 198 | 228 | 0.11 | 0.13 | 0 | 0.11 | 250 | 0.36 | 0.84 |
| Hex | CB | C6 | E4 | B | D | 0 | B | FA | 24 | 54 |
| Octal | 313 | 306 | 344 | 13 | 15 | 0 | 13 | 372 | 44 | 124 |
| Binary | 11001011 | 11000110 | 11100100 | 1011 | 1101 | 0 | 1011 | 11111010 | 100100 | 1010100 |
Color Harmonies of #CBC6E4
Complementary color
Monochromatic Colors of #CBC6E4
Black with #CBC6E4
Text Example
Text Example
White with #CBC6E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC6E4; }
p { color: rgb(203,198,228); }
H1.HeaderClassName
{
color: #CBC6E4;
}
.AnyTagClassName
{
color: #CBC6E4;
}
</style>
background-color css
<style>
a { background-color: #CBC6E4; }
a { background-color: rgb(203,198,228); }
div.DivClassName
{
background-color: #CBC6E4;
}
.BgClassName
{
background-color: #CBC6E4;
}
</style>
border-color css
<style>
span { border-color: #CBC6E4; }
span { border-color: rgb(203,198,228); }
td.TdClassName
{
border-color: #CBC6E4;
}
.TagClassName
{
border-color: #CBC6E4;
}
</style>