Shades of Melrose #CBC4EA
Tints of Melrose #CBC4EA
RGB
CMYK
RGB Variations
Color information
#CBC4EA (or 0xCBC4EA) is known color: Melrose. HEX triplet: CB, C4 and EA. RGB value is (203,196,234). Sum of RGB (Red+Green+Blue) = 203+196+234=633 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.07% from 633); Green value is 196 (76.95% from 255 or 30.96% from 633); Blue value is 234 (91.80% from 255 or 36.97% from 633); Max value from RGB is 234 - color contains mainly: blue. Hex color #CBC4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC4EA is #343B15. Grayscale: #CACACA. Windows color (decimal): -3422998 or 15385803. OLE color: 15385803.
HSL color Cylindrical-coordinate representation of color #CBC4EA: hue angle of 251.05º degrees, saturation: 0.47, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBC4EA is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 196 | 234 | - |
| CMYK | 0.13 | 0.16 | 0 | 0.08 |
| HSL | 251.05º | 0.48% | 0.84% | - |
| HSV(B) | 251.05º | 0.16% | 0.92% | - |
| XYZ | 59.22 | 58.12 | 85.94 | - |
| YUV | 202.43 | 145.82 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 196 | 234 | 0.13 | 0.16 | 0 | 0.08 | 251.05 | 0.48 | 0.84 |
| Hex | CB | C4 | EA | D | 10 | 0 | 8 | FB | 30 | 54 |
| Octal | 313 | 304 | 352 | 15 | 20 | 0 | 10 | 373 | 60 | 124 |
| Binary | 11001011 | 11000100 | 11101010 | 1101 | 10000 | 0 | 1000 | 11111011 | 110000 | 1010100 |
Color Harmonies of #CBC4EA
Complementary color
Monochromatic Colors of #CBC4EA
Black with #CBC4EA
Text Example
Text Example
White with #CBC4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC4EA; }
p { color: rgb(203,196,234); }
H1.HeaderClassName
{
color: #CBC4EA;
}
.AnyTagClassName
{
color: #CBC4EA;
}
</style>
background-color css
<style>
a { background-color: #CBC4EA; }
a { background-color: rgb(203,196,234); }
div.DivClassName
{
background-color: #CBC4EA;
}
.BgClassName
{
background-color: #CBC4EA;
}
</style>
border-color css
<style>
span { border-color: #CBC4EA; }
span { border-color: rgb(203,196,234); }
td.TdClassName
{
border-color: #CBC4EA;
}
.TagClassName
{
border-color: #CBC4EA;
}
</style>