Shades of Melrose #C1B5E7
Tints of Melrose #C1B5E7
RGB
CMYK
RGB Variations
Color information
#C1B5E7 (or 0xC1B5E7) is known color: Melrose. HEX triplet: C1, B5 and E7. RGB value is (193,181,231). Sum of RGB (Red+Green+Blue) = 193+181+231=605 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.90% from 605); Green value is 181 (71.09% from 255 or 29.92% from 605); Blue value is 231 (90.62% from 255 or 38.18% from 605); Max value from RGB is 231 - color contains mainly: blue. Hex color #C1B5E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1B5E7 is #3E4A18. Grayscale: #BEBEBE. Windows color (decimal): -4082201 or 15185345. OLE color: 15185345.
HSL color Cylindrical-coordinate representation of color #C1B5E7: hue angle of 254.4º degrees, saturation: 0.51, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C1B5E7 is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 193 | 181 | 231 | - |
CMYK | 0.16 | 0.22 | 0 | 0.09 |
HSL | 254.4º | 0.51% | 0.81% | - |
HSV(B) | 254.4º | 0.22% | 0.91% | - |
XYZ | 52.94 | 50.15 | 82.49 | - |
YUV | 190.29 | 150.98 | 129.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 193 | 181 | 231 | 0.16 | 0.22 | 0 | 0.09 | 254.4 | 0.51 | 0.81 |
Hex | C1 | B5 | E7 | 10 | 16 | 0 | 9 | FE | 33 | 51 |
Octal | 301 | 265 | 347 | 20 | 26 | 0 | 11 | 376 | 63 | 121 |
Binary | 11000001 | 10110101 | 11100111 | 10000 | 10110 | 0 | 1001 | 11111110 | 110011 | 1010001 |
Color Harmonies of #C1B5E7
Complementary color
Monochromatic Colors of #C1B5E7
Black with #C1B5E7
Text Example
Text Example
White with #C1B5E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B5E7; }
p { color: rgb(193,181,231); }
H1.HeaderClassName
{
color: #C1B5E7;
}
.AnyTagClassName
{
color: #C1B5E7;
}
</style>
background-color css
<style>
a { background-color: #C1B5E7; }
a { background-color: rgb(193,181,231); }
div.DivClassName
{
background-color: #C1B5E7;
}
.BgClassName
{
background-color: #C1B5E7;
}
</style>
border-color css
<style>
span { border-color: #C1B5E7; }
span { border-color: rgb(193,181,231); }
td.TdClassName
{
border-color: #C1B5E7;
}
.TagClassName
{
border-color: #C1B5E7;
}
</style>