Shades of Melrose #CBC2DF
Tints of Melrose #CBC2DF
RGB
CMYK
RGB Variations
Color information
#CBC2DF (or 0xCBC2DF) is known color: Melrose. HEX triplet: CB, C2 and DF. RGB value is (203,194,223). Sum of RGB (Red+Green+Blue) = 203+194+223=620 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.74% from 620); Green value is 194 (76.17% from 255 or 31.29% from 620); Blue value is 223 (87.5% from 255 or 35.97% from 620); Max value from RGB is 223 - color contains mainly: blue. Hex color #CBC2DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC2DF is #343D20. Grayscale: #C7C7C7. Windows color (decimal): -3423521 or 14664395. OLE color: 14664395.
HSL color Cylindrical-coordinate representation of color #CBC2DF: hue angle of 258.62º degrees, saturation: 0.31, 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 #CBC2DF is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 194 | 223 | - |
| CMYK | 0.09 | 0.13 | 0 | 0.13 |
| HSL | 258.62º | 0.31% | 0.82% | - |
| HSV(B) | 258.62º | 0.13% | 0.87% | - |
| XYZ | 57.24 | 56.61 | 77.72 | - |
| YUV | 200 | 140.98 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 194 | 223 | 0.09 | 0.13 | 0 | 0.13 | 258.62 | 0.31 | 0.82 |
| Hex | CB | C2 | DF | 9 | D | 0 | D | 103 | 1F | 52 |
| Octal | 313 | 302 | 337 | 11 | 15 | 0 | 15 | 403 | 37 | 122 |
| Binary | 11001011 | 11000010 | 11011111 | 1001 | 1101 | 0 | 1101 | 100000011 | 11111 | 1010010 |
Color Harmonies of #CBC2DF
Complementary color
Monochromatic Colors of #CBC2DF
Black with #CBC2DF
Text Example
Text Example
White with #CBC2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC2DF; }
p { color: rgb(203,194,223); }
H1.HeaderClassName
{
color: #CBC2DF;
}
.AnyTagClassName
{
color: #CBC2DF;
}
</style>
background-color css
<style>
a { background-color: #CBC2DF; }
a { background-color: rgb(203,194,223); }
div.DivClassName
{
background-color: #CBC2DF;
}
.BgClassName
{
background-color: #CBC2DF;
}
</style>
border-color css
<style>
span { border-color: #CBC2DF; }
span { border-color: rgb(203,194,223); }
td.TdClassName
{
border-color: #CBC2DF;
}
.TagClassName
{
border-color: #CBC2DF;
}
</style>