Shades of Melrose #CBC3D7
Tints of Melrose #CBC3D7
RGB
CMYK
RGB Variations
Color information
#CBC3D7 (or 0xCBC3D7) is known color: Melrose. HEX triplet: CB, C3 and D7. RGB value is (203,195,215). Sum of RGB (Red+Green+Blue) = 203+195+215=613 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.12% from 613); Green value is 195 (76.56% from 255 or 31.81% from 613); Blue value is 215 (84.38% from 255 or 35.07% from 613); Max value from RGB is 215 - color contains mainly: blue. Hex color #CBC3D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC3D7 is #343C28. Grayscale: #C7C7C7. Windows color (decimal): -3423273 or 14140363. OLE color: 14140363.
HSL color Cylindrical-coordinate representation of color #CBC3D7: hue angle of 264º degrees, saturation: 0.2, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CBC3D7 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 195 | 215 | - |
| CMYK | 0.06 | 0.09 | 0 | 0.16 |
| HSL | 264º | 0.2% | 0.8% | - |
| HSV(B) | 264º | 0.09% | 0.84% | - |
| XYZ | 56.41 | 56.63 | 72.25 | - |
| YUV | 199.67 | 136.65 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 195 | 215 | 0.06 | 0.09 | 0 | 0.16 | 264 | 0.2 | 0.8 |
| Hex | CB | C3 | D7 | 6 | 9 | 0 | 10 | 108 | 14 | 50 |
| Octal | 313 | 303 | 327 | 6 | 11 | 0 | 20 | 410 | 24 | 120 |
| Binary | 11001011 | 11000011 | 11010111 | 110 | 1001 | 0 | 10000 | 100001000 | 10100 | 1010000 |
Color Harmonies of #CBC3D7
Complementary color
Monochromatic Colors of #CBC3D7
Black with #CBC3D7
Text Example
Text Example
White with #CBC3D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC3D7; }
p { color: rgb(203,195,215); }
H1.HeaderClassName
{
color: #CBC3D7;
}
.AnyTagClassName
{
color: #CBC3D7;
}
</style>
background-color css
<style>
a { background-color: #CBC3D7; }
a { background-color: rgb(203,195,215); }
div.DivClassName
{
background-color: #CBC3D7;
}
.BgClassName
{
background-color: #CBC3D7;
}
</style>
border-color css
<style>
span { border-color: #CBC3D7; }
span { border-color: rgb(203,195,215); }
td.TdClassName
{
border-color: #CBC3D7;
}
.TagClassName
{
border-color: #CBC3D7;
}
</style>