Shades of Melrose #C1B1ED
Tints of Melrose #C1B1ED
RGB
CMYK
RGB Variations
Color information
#C1B1ED (or 0xC1B1ED) is known color: Melrose. HEX triplet: C1, B1 and ED. RGB value is (193,177,237). Sum of RGB (Red+Green+Blue) = 193+177+237=607 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.80% from 607); Green value is 177 (69.53% from 255 or 29.16% from 607); Blue value is 237 (92.97% from 255 or 39.04% from 607); Max value from RGB is 237 - color contains mainly: blue. Hex color #C1B1ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1B1ED is #3E4E12. Grayscale: #BCBCBC. Windows color (decimal): -4083219 or 15577537. OLE color: 15577537.
HSL color Cylindrical-coordinate representation of color #C1B1ED: hue angle of 256º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C1B1ED is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 193 | 177 | 237 | - |
CMYK | 0.19 | 0.25 | 0 | 0.07 |
HSL | 256º | 0.63% | 0.81% | - |
HSV(B) | 256º | 0.25% | 0.93% | - |
XYZ | 53 | 48.9 | 86.77 | - |
YUV | 188.62 | 155.3 | 131.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 177 | 237 | 0.19 | 0.25 | 0 | 0.07 | 256 | 0.63 | 0.81 |
Hex | C1 | B1 | ED | 13 | 19 | 0 | 7 | 100 | 3E | 51 |
Octal | 301 | 261 | 355 | 23 | 31 | 0 | 7 | 400 | 76 | 121 |
Binary | 11000001 | 10110001 | 11101101 | 10011 | 11001 | 0 | 111 | 100000000 | 111110 | 1010001 |
Color Harmonies of #C1B1ED
Complementary color
Monochromatic Colors of #C1B1ED
Black with #C1B1ED
Text Example
Text Example
White with #C1B1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B1ED; }
p { color: rgb(193,177,237); }
H1.HeaderClassName
{
color: #C1B1ED;
}
.AnyTagClassName
{
color: #C1B1ED;
}
</style>
background-color css
<style>
a { background-color: #C1B1ED; }
a { background-color: rgb(193,177,237); }
div.DivClassName
{
background-color: #C1B1ED;
}
.BgClassName
{
background-color: #C1B1ED;
}
</style>
border-color css
<style>
span { border-color: #C1B1ED; }
span { border-color: rgb(193,177,237); }
td.TdClassName
{
border-color: #C1B1ED;
}
.TagClassName
{
border-color: #C1B1ED;
}
</style>