Shades of Melrose #C9B8F4
Tints of Melrose #C9B8F4
RGB
CMYK
RGB Variations
Color information
#C9B8F4 (or 0xC9B8F4) is known color: Melrose. HEX triplet: C9, B8 and F4. RGB value is (201,184,244). Sum of RGB (Red+Green+Blue) = 201+184+244=629 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.96% from 629); Green value is 184 (72.27% from 255 or 29.25% from 629); Blue value is 244 (95.70% from 255 or 38.79% from 629); Max value from RGB is 244 - color contains mainly: blue. Hex color #C9B8F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9B8F4 is #36470B. Grayscale: #C3C3C3. Windows color (decimal): -3557132 or 16038089. OLE color: 16038089.
HSL color Cylindrical-coordinate representation of color #C9B8F4: hue angle of 257º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C9B8F4 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 201 | 184 | 244 | - |
| CMYK | 0.18 | 0.25 | 0 | 0.04 |
| HSL | 257º | 0.73% | 0.84% | - |
| HSV(B) | 257º | 0.25% | 0.96% | - |
| XYZ | 57.56 | 53.23 | 92.83 | - |
| YUV | 195.92 | 155.13 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 184 | 244 | 0.18 | 0.25 | 0 | 0.04 | 257 | 0.73 | 0.84 |
| Hex | C9 | B8 | F4 | 12 | 19 | 0 | 4 | 101 | 49 | 54 |
| Octal | 311 | 270 | 364 | 22 | 31 | 0 | 4 | 401 | 111 | 124 |
| Binary | 11001001 | 10111000 | 11110100 | 10010 | 11001 | 0 | 100 | 100000001 | 1001001 | 1010100 |
Color Harmonies of #C9B8F4
Complementary color
Monochromatic Colors of #C9B8F4
Black with #C9B8F4
Text Example
Text Example
White with #C9B8F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B8F4; }
p { color: rgb(201,184,244); }
H1.HeaderClassName
{
color: #C9B8F4;
}
.AnyTagClassName
{
color: #C9B8F4;
}
</style>
background-color css
<style>
a { background-color: #C9B8F4; }
a { background-color: rgb(201,184,244); }
div.DivClassName
{
background-color: #C9B8F4;
}
.BgClassName
{
background-color: #C9B8F4;
}
</style>
border-color css
<style>
span { border-color: #C9B8F4; }
span { border-color: rgb(201,184,244); }
td.TdClassName
{
border-color: #C9B8F4;
}
.TagClassName
{
border-color: #C9B8F4;
}
</style>