Shades of Melrose #CBC8DF
Tints of Melrose #CBC8DF
RGB
CMYK
RGB Variations
Color information
#CBC8DF (or 0xCBC8DF) is known color: Melrose. HEX triplet: CB, C8 and DF. RGB value is (203,200,223). Sum of RGB (Red+Green+Blue) = 203+200+223=626 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.43% from 626); Green value is 200 (78.52% from 255 or 31.95% from 626); Blue value is 223 (87.5% from 255 or 35.62% from 626); Max value from RGB is 223 - color contains mainly: blue. Hex color #CBC8DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC8DF is #343720. Grayscale: #CBCBCB. Windows color (decimal): -3421985 or 14665931. OLE color: 14665931.
HSL color Cylindrical-coordinate representation of color #CBC8DF: hue angle of 247.83º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CBC8DF is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 200 | 223 | - |
| CMYK | 0.09 | 0.10 | 0 | 0.13 |
| HSL | 247.83º | 0.26% | 0.83% | - |
| HSV(B) | 247.83º | 0.1% | 0.87% | - |
| XYZ | 58.6 | 59.33 | 78.18 | - |
| YUV | 203.52 | 138.99 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 200 | 223 | 0.09 | 0.10 | 0 | 0.13 | 247.83 | 0.26 | 0.83 |
| Hex | CB | C8 | DF | 9 | A | 0 | D | F8 | 1A | 53 |
| Octal | 313 | 310 | 337 | 11 | 12 | 0 | 15 | 370 | 32 | 123 |
| Binary | 11001011 | 11001000 | 11011111 | 1001 | 1010 | 0 | 1101 | 11111000 | 11010 | 1010011 |
Color Harmonies of #CBC8DF
Complementary color
Monochromatic Colors of #CBC8DF
Black with #CBC8DF
Text Example
Text Example
White with #CBC8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC8DF; }
p { color: rgb(203,200,223); }
H1.HeaderClassName
{
color: #CBC8DF;
}
.AnyTagClassName
{
color: #CBC8DF;
}
</style>
background-color css
<style>
a { background-color: #CBC8DF; }
a { background-color: rgb(203,200,223); }
div.DivClassName
{
background-color: #CBC8DF;
}
.BgClassName
{
background-color: #CBC8DF;
}
</style>
border-color css
<style>
span { border-color: #CBC8DF; }
span { border-color: rgb(203,200,223); }
td.TdClassName
{
border-color: #CBC8DF;
}
.TagClassName
{
border-color: #CBC8DF;
}
</style>