Shades of Melrose #CBC3EA
Tints of Melrose #CBC3EA
RGB
CMYK
RGB Variations
Color information
#CBC3EA (or 0xCBC3EA) is known color: Melrose. HEX triplet: CB, C3 and EA. RGB value is (203,195,234). Sum of RGB (Red+Green+Blue) = 203+195+234=632 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.12% from 632); Green value is 195 (76.56% from 255 or 30.85% from 632); Blue value is 234 (91.80% from 255 or 37.03% from 632); Max value from RGB is 234 - color contains mainly: blue. Hex color #CBC3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC3EA is #343C15. Grayscale: #C9C9C9. Windows color (decimal): -3423254 or 15385547. OLE color: 15385547.
HSL color Cylindrical-coordinate representation of color #CBC3EA: hue angle of 252.31º degrees, saturation: 0.48, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBC3EA is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 195 | 234 | - |
| CMYK | 0.13 | 0.17 | 0 | 0.08 |
| HSL | 252.31º | 0.48% | 0.84% | - |
| HSV(B) | 252.31º | 0.17% | 0.92% | - |
| XYZ | 59 | 57.67 | 85.86 | - |
| YUV | 201.84 | 146.15 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 195 | 234 | 0.13 | 0.17 | 0 | 0.08 | 252.31 | 0.48 | 0.84 |
| Hex | CB | C3 | EA | D | 11 | 0 | 8 | FC | 30 | 54 |
| Octal | 313 | 303 | 352 | 15 | 21 | 0 | 10 | 374 | 60 | 124 |
| Binary | 11001011 | 11000011 | 11101010 | 1101 | 10001 | 0 | 1000 | 11111100 | 110000 | 1010100 |
Color Harmonies of #CBC3EA
Complementary color
Monochromatic Colors of #CBC3EA
Black with #CBC3EA
Text Example
Text Example
White with #CBC3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC3EA; }
p { color: rgb(203,195,234); }
H1.HeaderClassName
{
color: #CBC3EA;
}
.AnyTagClassName
{
color: #CBC3EA;
}
</style>
background-color css
<style>
a { background-color: #CBC3EA; }
a { background-color: rgb(203,195,234); }
div.DivClassName
{
background-color: #CBC3EA;
}
.BgClassName
{
background-color: #CBC3EA;
}
</style>
border-color css
<style>
span { border-color: #CBC3EA; }
span { border-color: rgb(203,195,234); }
td.TdClassName
{
border-color: #CBC3EA;
}
.TagClassName
{
border-color: #CBC3EA;
}
</style>