Shades of Melrose #C9BEF2
Tints of Melrose #C9BEF2
RGB
CMYK
RGB Variations
Color information
#C9BEF2 (or 0xC9BEF2) is known color: Melrose. HEX triplet: C9, BE and F2. RGB value is (201,190,242). Sum of RGB (Red+Green+Blue) = 201+190+242=633 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.75% from 633); Green value is 190 (74.61% from 255 or 30.02% from 633); Blue value is 242 (94.92% from 255 or 38.23% from 633); Max value from RGB is 242 - color contains mainly: blue. Hex color #C9BEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BEF2 is #36410D. Grayscale: #C7C7C7. Windows color (decimal): -3555598 or 15908553. OLE color: 15908553.
HSL color Cylindrical-coordinate representation of color #C9BEF2: hue angle of 252.69º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9BEF2 is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 190 | 242 | - |
| CMYK | 0.17 | 0.21 | 0 | 0.05 |
| HSL | 252.69º | 0.67% | 0.85% | - |
| HSV(B) | 252.69º | 0.21% | 0.95% | - |
| XYZ | 58.53 | 55.66 | 91.66 | - |
| YUV | 199.22 | 152.14 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 190 | 242 | 0.17 | 0.21 | 0 | 0.05 | 252.69 | 0.67 | 0.85 |
| Hex | C9 | BE | F2 | 11 | 15 | 0 | 5 | FD | 43 | 55 |
| Octal | 311 | 276 | 362 | 21 | 25 | 0 | 5 | 375 | 103 | 125 |
| Binary | 11001001 | 10111110 | 11110010 | 10001 | 10101 | 0 | 101 | 11111101 | 1000011 | 1010101 |
Color Harmonies of #C9BEF2
Complementary color
Monochromatic Colors of #C9BEF2
Black with #C9BEF2
Text Example
Text Example
White with #C9BEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BEF2; }
p { color: rgb(201,190,242); }
H1.HeaderClassName
{
color: #C9BEF2;
}
.AnyTagClassName
{
color: #C9BEF2;
}
</style>
background-color css
<style>
a { background-color: #C9BEF2; }
a { background-color: rgb(201,190,242); }
div.DivClassName
{
background-color: #C9BEF2;
}
.BgClassName
{
background-color: #C9BEF2;
}
</style>
border-color css
<style>
span { border-color: #C9BEF2; }
span { border-color: rgb(201,190,242); }
td.TdClassName
{
border-color: #C9BEF2;
}
.TagClassName
{
border-color: #C9BEF2;
}
</style>