Shades of Melrose #C8BBEF
Tints of Melrose #C8BBEF
RGB
CMYK
RGB Variations
Color information
#C8BBEF (or 0xC8BBEF) is known color: Melrose. HEX triplet: C8, BB and EF. RGB value is (200,187,239). Sum of RGB (Red+Green+Blue) = 200+187+239=626 (82% of max value = 765). Red value is 200 (78.52% from 255 or 31.95% from 626); Green value is 187 (73.44% from 255 or 29.87% from 626); Blue value is 239 (93.75% from 255 or 38.18% from 626); Max value from RGB is 239 - color contains mainly: blue. Hex color #C8BBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8BBEF is #374410. Grayscale: #C4C4C4. Windows color (decimal): -3621905 or 15711176. OLE color: 15711176.
HSL color Cylindrical-coordinate representation of color #C8BBEF: hue angle of 255º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C8BBEF is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 187 | 239 | - |
| CMYK | 0.16 | 0.22 | 0 | 0.06 |
| HSL | 255º | 0.62% | 0.84% | - |
| HSV(B) | 255º | 0.22% | 0.94% | - |
| XYZ | 57.17 | 54.05 | 89.08 | - |
| YUV | 196.82 | 151.81 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 187 | 239 | 0.16 | 0.22 | 0 | 0.06 | 255 | 0.62 | 0.84 |
| Hex | C8 | BB | EF | 10 | 16 | 0 | 6 | FF | 3E | 54 |
| Octal | 310 | 273 | 357 | 20 | 26 | 0 | 6 | 377 | 76 | 124 |
| Binary | 11001000 | 10111011 | 11101111 | 10000 | 10110 | 0 | 110 | 11111111 | 111110 | 1010100 |
Color Harmonies of #C8BBEF
Complementary color
Monochromatic Colors of #C8BBEF
Black with #C8BBEF
Text Example
Text Example
White with #C8BBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BBEF; }
p { color: rgb(200,187,239); }
H1.HeaderClassName
{
color: #C8BBEF;
}
.AnyTagClassName
{
color: #C8BBEF;
}
</style>
background-color css
<style>
a { background-color: #C8BBEF; }
a { background-color: rgb(200,187,239); }
div.DivClassName
{
background-color: #C8BBEF;
}
.BgClassName
{
background-color: #C8BBEF;
}
</style>
border-color css
<style>
span { border-color: #C8BBEF; }
span { border-color: rgb(200,187,239); }
td.TdClassName
{
border-color: #C8BBEF;
}
.TagClassName
{
border-color: #C8BBEF;
}
</style>