Shades of Melrose #CBC1DD
Tints of Melrose #CBC1DD
RGB
CMYK
RGB Variations
Color information
#CBC1DD (or 0xCBC1DD) is known color: Melrose. HEX triplet: CB, C1 and DD. RGB value is (203,193,221). Sum of RGB (Red+Green+Blue) = 203+193+221=617 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.90% from 617); Green value is 193 (75.78% from 255 or 31.28% from 617); Blue value is 221 (86.72% from 255 or 35.82% from 617); Max value from RGB is 221 - color contains mainly: blue. Hex color #CBC1DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC1DD is #343E22. Grayscale: #C7C7C7. Windows color (decimal): -3423779 or 14533067. OLE color: 14533067.
HSL color Cylindrical-coordinate representation of color #CBC1DD: hue angle of 261.43º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CBC1DD is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 193 | 221 | - |
| CMYK | 0.08 | 0.13 | 0 | 0.13 |
| HSL | 261.43º | 0.29% | 0.81% | - |
| HSV(B) | 261.43º | 0.13% | 0.87% | - |
| XYZ | 56.75 | 56.06 | 76.24 | - |
| YUV | 199.18 | 140.31 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 193 | 221 | 0.08 | 0.13 | 0 | 0.13 | 261.43 | 0.29 | 0.81 |
| Hex | CB | C1 | DD | 8 | D | 0 | D | 105 | 1D | 51 |
| Octal | 313 | 301 | 335 | 10 | 15 | 0 | 15 | 405 | 35 | 121 |
| Binary | 11001011 | 11000001 | 11011101 | 1000 | 1101 | 0 | 1101 | 100000101 | 11101 | 1010001 |
Color Harmonies of #CBC1DD
Complementary color
Monochromatic Colors of #CBC1DD
Black with #CBC1DD
Text Example
Text Example
White with #CBC1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC1DD; }
p { color: rgb(203,193,221); }
H1.HeaderClassName
{
color: #CBC1DD;
}
.AnyTagClassName
{
color: #CBC1DD;
}
</style>
background-color css
<style>
a { background-color: #CBC1DD; }
a { background-color: rgb(203,193,221); }
div.DivClassName
{
background-color: #CBC1DD;
}
.BgClassName
{
background-color: #CBC1DD;
}
</style>
border-color css
<style>
span { border-color: #CBC1DD; }
span { border-color: rgb(203,193,221); }
td.TdClassName
{
border-color: #CBC1DD;
}
.TagClassName
{
border-color: #CBC1DD;
}
</style>