Shades of Melrose #C9B8F3
Tints of Melrose #C9B8F3
RGB
CMYK
RGB Variations
Color information
#C9B8F3 (or 0xC9B8F3) is known color: Melrose. HEX triplet: C9, B8 and F3. RGB value is (201,184,243). Sum of RGB (Red+Green+Blue) = 201+184+243=628 (83% of max value = 765). Red value is 201 (78.91% from 255 or 32.01% from 628); Green value is 184 (72.27% from 255 or 29.30% from 628); Blue value is 243 (95.31% from 255 or 38.69% from 628); Max value from RGB is 243 - color contains mainly: blue. Hex color #C9B8F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9B8F3 is #36470C. Grayscale: #C3C3C3. Windows color (decimal): -3557133 or 15972553. OLE color: 15972553.
HSL color Cylindrical-coordinate representation of color #C9B8F3: hue angle of 257.29º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C9B8F3 is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 184 | 243 | - |
| CMYK | 0.17 | 0.24 | 0 | 0.05 |
| HSL | 257.29º | 0.71% | 0.84% | - |
| HSV(B) | 257.29º | 0.24% | 0.95% | - |
| XYZ | 57.41 | 53.17 | 92.03 | - |
| YUV | 195.81 | 154.63 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 184 | 243 | 0.17 | 0.24 | 0 | 0.05 | 257.29 | 0.71 | 0.84 |
| Hex | C9 | B8 | F3 | 11 | 18 | 0 | 5 | 101 | 47 | 54 |
| Octal | 311 | 270 | 363 | 21 | 30 | 0 | 5 | 401 | 107 | 124 |
| Binary | 11001001 | 10111000 | 11110011 | 10001 | 11000 | 0 | 101 | 100000001 | 1000111 | 1010100 |
Color Harmonies of #C9B8F3
Complementary color
Monochromatic Colors of #C9B8F3
Black with #C9B8F3
Text Example
Text Example
White with #C9B8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B8F3; }
p { color: rgb(201,184,243); }
H1.HeaderClassName
{
color: #C9B8F3;
}
.AnyTagClassName
{
color: #C9B8F3;
}
</style>
background-color css
<style>
a { background-color: #C9B8F3; }
a { background-color: rgb(201,184,243); }
div.DivClassName
{
background-color: #C9B8F3;
}
.BgClassName
{
background-color: #C9B8F3;
}
</style>
border-color css
<style>
span { border-color: #C9B8F3; }
span { border-color: rgb(201,184,243); }
td.TdClassName
{
border-color: #C9B8F3;
}
.TagClassName
{
border-color: #C9B8F3;
}
</style>