Shades of Melrose #C9BDF3
Tints of Melrose #C9BDF3
RGB
CMYK
RGB Variations
Color information
#C9BDF3 (or 0xC9BDF3) is known color: Melrose. HEX triplet: C9, BD and F3. RGB value is (201,189,243). Sum of RGB (Red+Green+Blue) = 201+189+243=633 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.75% from 633); Green value is 189 (74.22% from 255 or 29.86% from 633); Blue value is 243 (95.31% from 255 or 38.39% from 633); Max value from RGB is 243 - color contains mainly: blue. Hex color #C9BDF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9BDF3 is #36420C. Grayscale: #C6C6C6. Windows color (decimal): -3555853 or 15973833. OLE color: 15973833.
HSL color Cylindrical-coordinate representation of color #C9BDF3: hue angle of 253.33º 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 #C9BDF3 is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 189 | 243 | - |
| CMYK | 0.17 | 0.22 | 0 | 0.05 |
| HSL | 253.33º | 0.69% | 0.85% | - |
| HSV(B) | 253.33º | 0.22% | 0.95% | - |
| XYZ | 58.46 | 55.28 | 92.38 | - |
| YUV | 198.74 | 152.98 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 189 | 243 | 0.17 | 0.22 | 0 | 0.05 | 253.33 | 0.69 | 0.85 |
| Hex | C9 | BD | F3 | 11 | 16 | 0 | 5 | FD | 45 | 55 |
| Octal | 311 | 275 | 363 | 21 | 26 | 0 | 5 | 375 | 105 | 125 |
| Binary | 11001001 | 10111101 | 11110011 | 10001 | 10110 | 0 | 101 | 11111101 | 1000101 | 1010101 |
Color Harmonies of #C9BDF3
Complementary color
Monochromatic Colors of #C9BDF3
Black with #C9BDF3
Text Example
Text Example
White with #C9BDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BDF3; }
p { color: rgb(201,189,243); }
H1.HeaderClassName
{
color: #C9BDF3;
}
.AnyTagClassName
{
color: #C9BDF3;
}
</style>
background-color css
<style>
a { background-color: #C9BDF3; }
a { background-color: rgb(201,189,243); }
div.DivClassName
{
background-color: #C9BDF3;
}
.BgClassName
{
background-color: #C9BDF3;
}
</style>
border-color css
<style>
span { border-color: #C9BDF3; }
span { border-color: rgb(201,189,243); }
td.TdClassName
{
border-color: #C9BDF3;
}
.TagClassName
{
border-color: #C9BDF3;
}
</style>