Shades of Melrose #C8BEDF
Tints of Melrose #C8BEDF
RGB
CMYK
RGB Variations
Color information
#C8BEDF (or 0xC8BEDF) is known color: Melrose. HEX triplet: C8, BE and DF. RGB value is (200,190,223). Sum of RGB (Red+Green+Blue) = 200+190+223=613 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.63% from 613); Green value is 190 (74.61% from 255 or 31.00% from 613); Blue value is 223 (87.5% from 255 or 36.38% from 613); Max value from RGB is 223 - color contains mainly: blue. Hex color #C8BEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BEDF is #374120. Grayscale: #C4C4C4. Windows color (decimal): -3621153 or 14663368. OLE color: 14663368.
HSL color Cylindrical-coordinate representation of color #C8BEDF: hue angle of 258.18º degrees, saturation: 0.34, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8BEDF is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 190 | 223 | - |
| CMYK | 0.10 | 0.15 | 0 | 0.13 |
| HSL | 258.18º | 0.34% | 0.81% | - |
| HSV(B) | 258.18º | 0.15% | 0.87% | - |
| XYZ | 55.55 | 54.43 | 77.39 | - |
| YUV | 196.75 | 142.81 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 190 | 223 | 0.10 | 0.15 | 0 | 0.13 | 258.18 | 0.34 | 0.81 |
| Hex | C8 | BE | DF | A | F | 0 | D | 102 | 22 | 51 |
| Octal | 310 | 276 | 337 | 12 | 17 | 0 | 15 | 402 | 42 | 121 |
| Binary | 11001000 | 10111110 | 11011111 | 1010 | 1111 | 0 | 1101 | 100000010 | 100010 | 1010001 |
Color Harmonies of #C8BEDF
Complementary color
Monochromatic Colors of #C8BEDF
Black with #C8BEDF
Text Example
Text Example
White with #C8BEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BEDF; }
p { color: rgb(200,190,223); }
H1.HeaderClassName
{
color: #C8BEDF;
}
.AnyTagClassName
{
color: #C8BEDF;
}
</style>
background-color css
<style>
a { background-color: #C8BEDF; }
a { background-color: rgb(200,190,223); }
div.DivClassName
{
background-color: #C8BEDF;
}
.BgClassName
{
background-color: #C8BEDF;
}
</style>
border-color css
<style>
span { border-color: #C8BEDF; }
span { border-color: rgb(200,190,223); }
td.TdClassName
{
border-color: #C8BEDF;
}
.TagClassName
{
border-color: #C8BEDF;
}
</style>