Shades of Melrose #C9BEF3
Tints of Melrose #C9BEF3
RGB
CMYK
RGB Variations
Color information
#C9BEF3 (or 0xC9BEF3) is known color: Melrose. HEX triplet: C9, BE and F3. RGB value is (201,190,243). Sum of RGB (Red+Green+Blue) = 201+190+243=634 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.70% from 634); Green value is 190 (74.61% from 255 or 29.97% from 634); Blue value is 243 (95.31% from 255 or 38.33% from 634); Max value from RGB is 243 - color contains mainly: blue. Hex color #C9BEF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BEF3 is #36410C. Grayscale: #C7C7C7. Windows color (decimal): -3555597 or 15974089. OLE color: 15974089.
HSL color Cylindrical-coordinate representation of color #C9BEF3: hue angle of 252.45º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C9BEF3 is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 190 | 243 | - |
| CMYK | 0.17 | 0.22 | 0 | 0.05 |
| HSL | 252.45º | 0.69% | 0.85% | - |
| HSV(B) | 252.45º | 0.22% | 0.95% | - |
| XYZ | 58.68 | 55.72 | 92.46 | - |
| YUV | 199.33 | 152.64 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 190 | 243 | 0.17 | 0.22 | 0 | 0.05 | 252.45 | 0.69 | 0.85 |
| Hex | C9 | BE | F3 | 11 | 16 | 0 | 5 | FC | 45 | 55 |
| Octal | 311 | 276 | 363 | 21 | 26 | 0 | 5 | 374 | 105 | 125 |
| Binary | 11001001 | 10111110 | 11110011 | 10001 | 10110 | 0 | 101 | 11111100 | 1000101 | 1010101 |
Color Harmonies of #C9BEF3
Complementary color
Monochromatic Colors of #C9BEF3
Black with #C9BEF3
Text Example
Text Example
White with #C9BEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BEF3; }
p { color: rgb(201,190,243); }
H1.HeaderClassName
{
color: #C9BEF3;
}
.AnyTagClassName
{
color: #C9BEF3;
}
</style>
background-color css
<style>
a { background-color: #C9BEF3; }
a { background-color: rgb(201,190,243); }
div.DivClassName
{
background-color: #C9BEF3;
}
.BgClassName
{
background-color: #C9BEF3;
}
</style>
border-color css
<style>
span { border-color: #C9BEF3; }
span { border-color: rgb(201,190,243); }
td.TdClassName
{
border-color: #C9BEF3;
}
.TagClassName
{
border-color: #C9BEF3;
}
</style>