Shades of Melrose #C1B2ED
Tints of Melrose #C1B2ED
RGB
CMYK
RGB Variations
Color information
#C1B2ED (or 0xC1B2ED) is known color: Melrose. HEX triplet: C1, B2 and ED. RGB value is (193,178,237). Sum of RGB (Red+Green+Blue) = 193+178+237=608 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.74% from 608); Green value is 178 (69.92% from 255 or 29.28% from 608); Blue value is 237 (92.97% from 255 or 38.98% from 608); Max value from RGB is 237 - color contains mainly: blue. Hex color #C1B2ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1B2ED is #3E4D12. Grayscale: #BCBCBC. Windows color (decimal): -4082963 or 15577793. OLE color: 15577793.
HSL color Cylindrical-coordinate representation of color #C1B2ED: hue angle of 255.25º 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 #C1B2ED is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 178 | 237 | - |
| CMYK | 0.19 | 0.25 | 0 | 0.07 |
| HSL | 255.25º | 0.62% | 0.81% | - |
| HSV(B) | 255.25º | 0.25% | 0.93% | - |
| XYZ | 53.2 | 49.29 | 86.83 | - |
| YUV | 189.21 | 154.97 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 178 | 237 | 0.19 | 0.25 | 0 | 0.07 | 255.25 | 0.62 | 0.81 |
| Hex | C1 | B2 | ED | 13 | 19 | 0 | 7 | FF | 3E | 51 |
| Octal | 301 | 262 | 355 | 23 | 31 | 0 | 7 | 377 | 76 | 121 |
| Binary | 11000001 | 10110010 | 11101101 | 10011 | 11001 | 0 | 111 | 11111111 | 111110 | 1010001 |
Color Harmonies of #C1B2ED
Complementary color
Monochromatic Colors of #C1B2ED
Black with #C1B2ED
Text Example
Text Example
White with #C1B2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B2ED; }
p { color: rgb(193,178,237); }
H1.HeaderClassName
{
color: #C1B2ED;
}
.AnyTagClassName
{
color: #C1B2ED;
}
</style>
background-color css
<style>
a { background-color: #C1B2ED; }
a { background-color: rgb(193,178,237); }
div.DivClassName
{
background-color: #C1B2ED;
}
.BgClassName
{
background-color: #C1B2ED;
}
</style>
border-color css
<style>
span { border-color: #C1B2ED; }
span { border-color: rgb(193,178,237); }
td.TdClassName
{
border-color: #C1B2ED;
}
.TagClassName
{
border-color: #C1B2ED;
}
</style>