Shades of Melrose #CBC4DE
Tints of Melrose #CBC4DE
RGB
CMYK
RGB Variations
Color information
#CBC4DE (or 0xCBC4DE) is known color: Melrose. HEX triplet: CB, C4 and DE. RGB value is (203,196,222). Sum of RGB (Red+Green+Blue) = 203+196+222=621 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.69% from 621); Green value is 196 (76.95% from 255 or 31.56% from 621); Blue value is 222 (87.11% from 255 or 35.75% from 621); Max value from RGB is 222 - color contains mainly: blue. Hex color #CBC4DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC4DE is #343B21. Grayscale: #C8C8C8. Windows color (decimal): -3423010 or 14599371. OLE color: 14599371.
HSL color Cylindrical-coordinate representation of color #CBC4DE: hue angle of 256.15º 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 #CBC4DE is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 196 | 222 | - |
| CMYK | 0.09 | 0.12 | 0 | 0.13 |
| HSL | 256.15º | 0.28% | 0.82% | - |
| HSV(B) | 256.15º | 0.12% | 0.87% | - |
| XYZ | 57.55 | 57.45 | 77.16 | - |
| YUV | 201.06 | 139.82 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 196 | 222 | 0.09 | 0.12 | 0 | 0.13 | 256.15 | 0.28 | 0.82 |
| Hex | CB | C4 | DE | 9 | C | 0 | D | 100 | 1C | 52 |
| Octal | 313 | 304 | 336 | 11 | 14 | 0 | 15 | 400 | 34 | 122 |
| Binary | 11001011 | 11000100 | 11011110 | 1001 | 1100 | 0 | 1101 | 100000000 | 11100 | 1010010 |
Color Harmonies of #CBC4DE
Complementary color
Monochromatic Colors of #CBC4DE
Black with #CBC4DE
Text Example
Text Example
White with #CBC4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC4DE; }
p { color: rgb(203,196,222); }
H1.HeaderClassName
{
color: #CBC4DE;
}
.AnyTagClassName
{
color: #CBC4DE;
}
</style>
background-color css
<style>
a { background-color: #CBC4DE; }
a { background-color: rgb(203,196,222); }
div.DivClassName
{
background-color: #CBC4DE;
}
.BgClassName
{
background-color: #CBC4DE;
}
</style>
border-color css
<style>
span { border-color: #CBC4DE; }
span { border-color: rgb(203,196,222); }
td.TdClassName
{
border-color: #CBC4DE;
}
.TagClassName
{
border-color: #CBC4DE;
}
</style>