Shades of Melrose #CBC3DF
Tints of Melrose #CBC3DF
RGB
CMYK
RGB Variations
Color information
#CBC3DF (or 0xCBC3DF) is known color: Melrose. HEX triplet: CB, C3 and DF. RGB value is (203,195,223). Sum of RGB (Red+Green+Blue) = 203+195+223=621 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.69% from 621); Green value is 195 (76.56% from 255 or 31.40% from 621); Blue value is 223 (87.5% from 255 or 35.91% from 621); Max value from RGB is 223 - color contains mainly: blue. Hex color #CBC3DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC3DF is #343C20. Grayscale: #C8C8C8. Windows color (decimal): -3423265 or 14664651. OLE color: 14664651.
HSL color Cylindrical-coordinate representation of color #CBC3DF: hue angle of 257.14º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CBC3DF is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 195 | 223 | - |
| CMYK | 0.09 | 0.13 | 0 | 0.13 |
| HSL | 257.14º | 0.3% | 0.82% | - |
| HSV(B) | 257.14º | 0.13% | 0.87% | - |
| XYZ | 57.46 | 57.05 | 77.8 | - |
| YUV | 200.58 | 140.65 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 195 | 223 | 0.09 | 0.13 | 0 | 0.13 | 257.14 | 0.3 | 0.82 |
| Hex | CB | C3 | DF | 9 | D | 0 | D | 101 | 1E | 52 |
| Octal | 313 | 303 | 337 | 11 | 15 | 0 | 15 | 401 | 36 | 122 |
| Binary | 11001011 | 11000011 | 11011111 | 1001 | 1101 | 0 | 1101 | 100000001 | 11110 | 1010010 |
Color Harmonies of #CBC3DF
Complementary color
Monochromatic Colors of #CBC3DF
Black with #CBC3DF
Text Example
Text Example
White with #CBC3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC3DF; }
p { color: rgb(203,195,223); }
H1.HeaderClassName
{
color: #CBC3DF;
}
.AnyTagClassName
{
color: #CBC3DF;
}
</style>
background-color css
<style>
a { background-color: #CBC3DF; }
a { background-color: rgb(203,195,223); }
div.DivClassName
{
background-color: #CBC3DF;
}
.BgClassName
{
background-color: #CBC3DF;
}
</style>
border-color css
<style>
span { border-color: #CBC3DF; }
span { border-color: rgb(203,195,223); }
td.TdClassName
{
border-color: #CBC3DF;
}
.TagClassName
{
border-color: #CBC3DF;
}
</style>