Shades of Melrose #C8BDDE
Tints of Melrose #C8BDDE
RGB
CMYK
RGB Variations
Color information
#C8BDDE (or 0xC8BDDE) is known color: Melrose. HEX triplet: C8, BD and DE. RGB value is (200,189,222). Sum of RGB (Red+Green+Blue) = 200+189+222=611 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.73% from 611); Green value is 189 (74.22% from 255 or 30.93% from 611); Blue value is 222 (87.11% from 255 or 36.33% from 611); Max value from RGB is 222 - color contains mainly: blue. Hex color #C8BDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BDDE is #374221. Grayscale: #C3C3C3. Windows color (decimal): -3621410 or 14597576. OLE color: 14597576.
HSL color Cylindrical-coordinate representation of color #C8BDDE: hue angle of 260º degrees, saturation: 0.33, 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 #C8BDDE is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 189 | 222 | - |
| CMYK | 0.10 | 0.15 | 0 | 0.13 |
| HSL | 260º | 0.33% | 0.81% | - |
| HSV(B) | 260º | 0.15% | 0.87% | - |
| XYZ | 55.2 | 53.95 | 76.61 | - |
| YUV | 196.05 | 142.64 | 130.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 189 | 222 | 0.10 | 0.15 | 0 | 0.13 | 260 | 0.33 | 0.81 |
| Hex | C8 | BD | DE | A | F | 0 | D | 104 | 21 | 51 |
| Octal | 310 | 275 | 336 | 12 | 17 | 0 | 15 | 404 | 41 | 121 |
| Binary | 11001000 | 10111101 | 11011110 | 1010 | 1111 | 0 | 1101 | 100000100 | 100001 | 1010001 |
Color Harmonies of #C8BDDE
Complementary color
Monochromatic Colors of #C8BDDE
Black with #C8BDDE
Text Example
Text Example
White with #C8BDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BDDE; }
p { color: rgb(200,189,222); }
H1.HeaderClassName
{
color: #C8BDDE;
}
.AnyTagClassName
{
color: #C8BDDE;
}
</style>
background-color css
<style>
a { background-color: #C8BDDE; }
a { background-color: rgb(200,189,222); }
div.DivClassName
{
background-color: #C8BDDE;
}
.BgClassName
{
background-color: #C8BDDE;
}
</style>
border-color css
<style>
span { border-color: #C8BDDE; }
span { border-color: rgb(200,189,222); }
td.TdClassName
{
border-color: #C8BDDE;
}
.TagClassName
{
border-color: #C8BDDE;
}
</style>