Shades of Melrose #C9BEF0
Tints of Melrose #C9BEF0
RGB
CMYK
RGB Variations
Color information
#C9BEF0 (or 0xC9BEF0) is known color: Melrose. HEX triplet: C9, BE and F0. RGB value is (201,190,240). Sum of RGB (Red+Green+Blue) = 201+190+240=631 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.85% from 631); Green value is 190 (74.61% from 255 or 30.11% from 631); Blue value is 240 (94.14% from 255 or 38.03% from 631); Max value from RGB is 240 - color contains mainly: blue. Hex color #C9BEF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BEF0 is #36410F. Grayscale: #C6C6C6. Windows color (decimal): -3555600 or 15777481. OLE color: 15777481.
HSL color Cylindrical-coordinate representation of color #C9BEF0: hue angle of 253.2º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9BEF0 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 201 | 190 | 240 | - |
CMYK | 0.16 | 0.21 | 0 | 0.06 |
HSL | 253.2º | 0.63% | 0.84% | - |
HSV(B) | 253.2º | 0.21% | 0.94% | - |
XYZ | 58.23 | 55.54 | 90.09 | - |
YUV | 198.99 | 151.14 | 129.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 190 | 240 | 0.16 | 0.21 | 0 | 0.06 | 253.2 | 0.63 | 0.84 |
Hex | C9 | BE | F0 | 10 | 15 | 0 | 6 | FD | 3E | 54 |
Octal | 311 | 276 | 360 | 20 | 25 | 0 | 6 | 375 | 76 | 124 |
Binary | 11001001 | 10111110 | 11110000 | 10000 | 10101 | 0 | 110 | 11111101 | 111110 | 1010100 |
Color Harmonies of #C9BEF0
Complementary color
Monochromatic Colors of #C9BEF0
Black with #C9BEF0
Text Example
Text Example
White with #C9BEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BEF0; }
p { color: rgb(201,190,240); }
H1.HeaderClassName
{
color: #C9BEF0;
}
.AnyTagClassName
{
color: #C9BEF0;
}
</style>
background-color css
<style>
a { background-color: #C9BEF0; }
a { background-color: rgb(201,190,240); }
div.DivClassName
{
background-color: #C9BEF0;
}
.BgClassName
{
background-color: #C9BEF0;
}
</style>
border-color css
<style>
span { border-color: #C9BEF0; }
span { border-color: rgb(201,190,240); }
td.TdClassName
{
border-color: #C9BEF0;
}
.TagClassName
{
border-color: #C9BEF0;
}
</style>