Shades of Melrose #CBC3DD
Tints of Melrose #CBC3DD
RGB
CMYK
RGB Variations
Color information
#CBC3DD (or 0xCBC3DD) is known color: Melrose. HEX triplet: CB, C3 and DD. RGB value is (203,195,221). Sum of RGB (Red+Green+Blue) = 203+195+221=619 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.79% from 619); Green value is 195 (76.56% from 255 or 31.50% from 619); Blue value is 221 (86.72% from 255 or 35.70% from 619); Max value from RGB is 221 - color contains mainly: blue. Hex color #CBC3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC3DD is #343C22. Grayscale: #C8C8C8. Windows color (decimal): -3423267 or 14533579. OLE color: 14533579.
HSL color Cylindrical-coordinate representation of color #CBC3DD: hue angle of 258.46º degrees, saturation: 0.28, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBC3DD is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 195 | 221 | - |
| CMYK | 0.08 | 0.12 | 0 | 0.13 |
| HSL | 258.46º | 0.28% | 0.82% | - |
| HSV(B) | 258.46º | 0.12% | 0.87% | - |
| XYZ | 57.19 | 56.95 | 76.38 | - |
| YUV | 200.36 | 139.65 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 195 | 221 | 0.08 | 0.12 | 0 | 0.13 | 258.46 | 0.28 | 0.82 |
| Hex | CB | C3 | DD | 8 | C | 0 | D | 102 | 1C | 52 |
| Octal | 313 | 303 | 335 | 10 | 14 | 0 | 15 | 402 | 34 | 122 |
| Binary | 11001011 | 11000011 | 11011101 | 1000 | 1100 | 0 | 1101 | 100000010 | 11100 | 1010010 |
Color Harmonies of #CBC3DD
Complementary color
Monochromatic Colors of #CBC3DD
Black with #CBC3DD
Text Example
Text Example
White with #CBC3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC3DD; }
p { color: rgb(203,195,221); }
H1.HeaderClassName
{
color: #CBC3DD;
}
.AnyTagClassName
{
color: #CBC3DD;
}
</style>
background-color css
<style>
a { background-color: #CBC3DD; }
a { background-color: rgb(203,195,221); }
div.DivClassName
{
background-color: #CBC3DD;
}
.BgClassName
{
background-color: #CBC3DD;
}
</style>
border-color css
<style>
span { border-color: #CBC3DD; }
span { border-color: rgb(203,195,221); }
td.TdClassName
{
border-color: #CBC3DD;
}
.TagClassName
{
border-color: #CBC3DD;
}
</style>