Shades of Melrose #CBC3EF
Tints of Melrose #CBC3EF
RGB
CMYK
RGB Variations
Color information
#CBC3EF (or 0xCBC3EF) is known color: Melrose. HEX triplet: CB, C3 and EF. RGB value is (203,195,239). Sum of RGB (Red+Green+Blue) = 203+195+239=637 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.87% from 637); Green value is 195 (76.56% from 255 or 30.61% from 637); Blue value is 239 (93.75% from 255 or 37.52% from 637); Max value from RGB is 239 - color contains mainly: blue. Hex color #CBC3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC3EF is #343C10. Grayscale: #CACACA. Windows color (decimal): -3423249 or 15713227. OLE color: 15713227.
HSL color Cylindrical-coordinate representation of color #CBC3EF: hue angle of 250.91º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBC3EF is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 195 | 239 | - |
| CMYK | 0.15 | 0.18 | 0 | 0.06 |
| HSL | 250.91º | 0.58% | 0.85% | - |
| HSV(B) | 250.91º | 0.18% | 0.94% | - |
| XYZ | 59.72 | 57.96 | 89.7 | - |
| YUV | 202.41 | 148.65 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 195 | 239 | 0.15 | 0.18 | 0 | 0.06 | 250.91 | 0.58 | 0.85 |
| Hex | CB | C3 | EF | F | 12 | 0 | 6 | FB | 3A | 55 |
| Octal | 313 | 303 | 357 | 17 | 22 | 0 | 6 | 373 | 72 | 125 |
| Binary | 11001011 | 11000011 | 11101111 | 1111 | 10010 | 0 | 110 | 11111011 | 111010 | 1010101 |
Color Harmonies of #CBC3EF
Complementary color
Monochromatic Colors of #CBC3EF
Black with #CBC3EF
Text Example
Text Example
White with #CBC3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC3EF; }
p { color: rgb(203,195,239); }
H1.HeaderClassName
{
color: #CBC3EF;
}
.AnyTagClassName
{
color: #CBC3EF;
}
</style>
background-color css
<style>
a { background-color: #CBC3EF; }
a { background-color: rgb(203,195,239); }
div.DivClassName
{
background-color: #CBC3EF;
}
.BgClassName
{
background-color: #CBC3EF;
}
</style>
border-color css
<style>
span { border-color: #CBC3EF; }
span { border-color: rgb(203,195,239); }
td.TdClassName
{
border-color: #CBC3EF;
}
.TagClassName
{
border-color: #CBC3EF;
}
</style>