Shades of Melrose #CBC1E5
Tints of Melrose #CBC1E5
RGB
CMYK
RGB Variations
Color information
#CBC1E5 (or 0xCBC1E5) is known color: Melrose. HEX triplet: CB, C1 and E5. RGB value is (203,193,229). Sum of RGB (Red+Green+Blue) = 203+193+229=625 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.48% from 625); Green value is 193 (75.78% from 255 or 30.88% from 625); Blue value is 229 (89.84% from 255 or 36.64% from 625); Max value from RGB is 229 - color contains mainly: blue. Hex color #CBC1E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC1E5 is #343E1A. Grayscale: #C7C7C7. Windows color (decimal): -3423771 or 15057355. OLE color: 15057355.
HSL color Cylindrical-coordinate representation of color #CBC1E5: hue angle of 256.67º degrees, saturation: 0.41, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBC1E5 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 193 | 229 | - |
| CMYK | 0.11 | 0.16 | 0 | 0.10 |
| HSL | 256.67º | 0.41% | 0.83% | - |
| HSV(B) | 256.67º | 0.16% | 0.9% | - |
| XYZ | 57.84 | 56.49 | 81.98 | - |
| YUV | 200.09 | 144.31 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 193 | 229 | 0.11 | 0.16 | 0 | 0.10 | 256.67 | 0.41 | 0.83 |
| Hex | CB | C1 | E5 | B | 10 | 0 | A | 101 | 29 | 53 |
| Octal | 313 | 301 | 345 | 13 | 20 | 0 | 12 | 401 | 51 | 123 |
| Binary | 11001011 | 11000001 | 11100101 | 1011 | 10000 | 0 | 1010 | 100000001 | 101001 | 1010011 |
Color Harmonies of #CBC1E5
Complementary color
Monochromatic Colors of #CBC1E5
Black with #CBC1E5
Text Example
Text Example
White with #CBC1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC1E5; }
p { color: rgb(203,193,229); }
H1.HeaderClassName
{
color: #CBC1E5;
}
.AnyTagClassName
{
color: #CBC1E5;
}
</style>
background-color css
<style>
a { background-color: #CBC1E5; }
a { background-color: rgb(203,193,229); }
div.DivClassName
{
background-color: #CBC1E5;
}
.BgClassName
{
background-color: #CBC1E5;
}
</style>
border-color css
<style>
span { border-color: #CBC1E5; }
span { border-color: rgb(203,193,229); }
td.TdClassName
{
border-color: #CBC1E5;
}
.TagClassName
{
border-color: #CBC1E5;
}
</style>