Shades of Melrose #CBC1ED
Tints of Melrose #CBC1ED
RGB
CMYK
RGB Variations
Color information
#CBC1ED (or 0xCBC1ED) is known color: Melrose. HEX triplet: CB, C1 and ED. RGB value is (203,193,237). Sum of RGB (Red+Green+Blue) = 203+193+237=633 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.07% from 633); Green value is 193 (75.78% from 255 or 30.49% from 633); Blue value is 237 (92.97% from 255 or 37.44% from 633); Max value from RGB is 237 - color contains mainly: blue. Hex color #CBC1ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC1ED is #343E12. Grayscale: #C8C8C8. Windows color (decimal): -3423763 or 15581643. OLE color: 15581643.
HSL color Cylindrical-coordinate representation of color #CBC1ED: hue angle of 253.64º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBC1ED is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 203 | 193 | 237 | - |
CMYK | 0.14 | 0.19 | 0 | 0.07 |
HSL | 253.64º | 0.55% | 0.84% | - |
HSV(B) | 253.64º | 0.19% | 0.93% | - |
XYZ | 58.98 | 56.95 | 88 | - |
YUV | 201.01 | 148.31 | 129.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 193 | 237 | 0.14 | 0.19 | 0 | 0.07 | 253.64 | 0.55 | 0.84 |
Hex | CB | C1 | ED | E | 13 | 0 | 7 | FE | 37 | 54 |
Octal | 313 | 301 | 355 | 16 | 23 | 0 | 7 | 376 | 67 | 124 |
Binary | 11001011 | 11000001 | 11101101 | 1110 | 10011 | 0 | 111 | 11111110 | 110111 | 1010100 |
Color Harmonies of #CBC1ED
Complementary color
Monochromatic Colors of #CBC1ED
Black with #CBC1ED
Text Example
Text Example
White with #CBC1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC1ED; }
p { color: rgb(203,193,237); }
H1.HeaderClassName
{
color: #CBC1ED;
}
.AnyTagClassName
{
color: #CBC1ED;
}
</style>
background-color css
<style>
a { background-color: #CBC1ED; }
a { background-color: rgb(203,193,237); }
div.DivClassName
{
background-color: #CBC1ED;
}
.BgClassName
{
background-color: #CBC1ED;
}
</style>
border-color css
<style>
span { border-color: #CBC1ED; }
span { border-color: rgb(203,193,237); }
td.TdClassName
{
border-color: #CBC1ED;
}
.TagClassName
{
border-color: #CBC1ED;
}
</style>