Shades of Melrose #CBC8DE
Tints of Melrose #CBC8DE
RGB
CMYK
RGB Variations
Color information
#CBC8DE (or 0xCBC8DE) is known color: Melrose. HEX triplet: CB, C8 and DE. RGB value is (203,200,222). Sum of RGB (Red+Green+Blue) = 203+200+222=625 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.48% from 625); Green value is 200 (78.52% from 255 or 32% from 625); Blue value is 222 (87.11% from 255 or 35.52% from 625); Max value from RGB is 222 - color contains mainly: blue. Hex color #CBC8DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC8DE is #343721. Grayscale: #CBCBCB. Windows color (decimal): -3421986 or 14600395. OLE color: 14600395.
HSL color Cylindrical-coordinate representation of color #CBC8DE: hue angle of 248.18º degrees, saturation: 0.25, 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 #CBC8DE is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 200 | 222 | - |
| CMYK | 0.09 | 0.10 | 0 | 0.13 |
| HSL | 248.18º | 0.25% | 0.83% | - |
| HSV(B) | 248.18º | 0.1% | 0.87% | - |
| XYZ | 58.47 | 59.28 | 77.47 | - |
| YUV | 203.41 | 138.49 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 200 | 222 | 0.09 | 0.10 | 0 | 0.13 | 248.18 | 0.25 | 0.83 |
| Hex | CB | C8 | DE | 9 | A | 0 | D | F8 | 19 | 53 |
| Octal | 313 | 310 | 336 | 11 | 12 | 0 | 15 | 370 | 31 | 123 |
| Binary | 11001011 | 11001000 | 11011110 | 1001 | 1010 | 0 | 1101 | 11111000 | 11001 | 1010011 |
Color Harmonies of #CBC8DE
Complementary color
Monochromatic Colors of #CBC8DE
Black with #CBC8DE
Text Example
Text Example
White with #CBC8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC8DE; }
p { color: rgb(203,200,222); }
H1.HeaderClassName
{
color: #CBC8DE;
}
.AnyTagClassName
{
color: #CBC8DE;
}
</style>
background-color css
<style>
a { background-color: #CBC8DE; }
a { background-color: rgb(203,200,222); }
div.DivClassName
{
background-color: #CBC8DE;
}
.BgClassName
{
background-color: #CBC8DE;
}
</style>
border-color css
<style>
span { border-color: #CBC8DE; }
span { border-color: rgb(203,200,222); }
td.TdClassName
{
border-color: #CBC8DE;
}
.TagClassName
{
border-color: #CBC8DE;
}
</style>