Shades of Melrose #C8B9EE
Tints of Melrose #C8B9EE
RGB
CMYK
RGB Variations
Color information
#C8B9EE (or 0xC8B9EE) is known color: Melrose. HEX triplet: C8, B9 and EE. RGB value is (200,185,238). Sum of RGB (Red+Green+Blue) = 200+185+238=623 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.10% from 623); Green value is 185 (72.66% from 255 or 29.70% from 623); Blue value is 238 (93.36% from 255 or 38.20% from 623); Max value from RGB is 238 - color contains mainly: blue. Hex color #C8B9EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8B9EE is #374611. Grayscale: #C3C3C3. Windows color (decimal): -3622418 or 15645128. OLE color: 15645128.
HSL color Cylindrical-coordinate representation of color #C8B9EE: hue angle of 256.98º degrees, saturation: 0.61, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C8B9EE is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 185 | 238 | - |
| CMYK | 0.16 | 0.22 | 0 | 0.07 |
| HSL | 256.98º | 0.61% | 0.83% | - |
| HSV(B) | 256.98º | 0.22% | 0.93% | - |
| XYZ | 56.6 | 53.15 | 88.16 | - |
| YUV | 195.53 | 151.97 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 185 | 238 | 0.16 | 0.22 | 0 | 0.07 | 256.98 | 0.61 | 0.83 |
| Hex | C8 | B9 | EE | 10 | 16 | 0 | 7 | 101 | 3D | 53 |
| Octal | 310 | 271 | 356 | 20 | 26 | 0 | 7 | 401 | 75 | 123 |
| Binary | 11001000 | 10111001 | 11101110 | 10000 | 10110 | 0 | 111 | 100000001 | 111101 | 1010011 |
Color Harmonies of #C8B9EE
Complementary color
Monochromatic Colors of #C8B9EE
Black with #C8B9EE
Text Example
Text Example
White with #C8B9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B9EE; }
p { color: rgb(200,185,238); }
H1.HeaderClassName
{
color: #C8B9EE;
}
.AnyTagClassName
{
color: #C8B9EE;
}
</style>
background-color css
<style>
a { background-color: #C8B9EE; }
a { background-color: rgb(200,185,238); }
div.DivClassName
{
background-color: #C8B9EE;
}
.BgClassName
{
background-color: #C8B9EE;
}
</style>
border-color css
<style>
span { border-color: #C8B9EE; }
span { border-color: rgb(200,185,238); }
td.TdClassName
{
border-color: #C8B9EE;
}
.TagClassName
{
border-color: #C8B9EE;
}
</style>