Shades of Melrose #C8C1E5
Tints of Melrose #C8C1E5
RGB
CMYK
RGB Variations
Color information
#C8C1E5 (or 0xC8C1E5) is known color: Melrose. HEX triplet: C8, C1 and E5. RGB value is (200,193,229). Sum of RGB (Red+Green+Blue) = 200+193+229=622 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.15% from 622); Green value is 193 (75.78% from 255 or 31.03% from 622); Blue value is 229 (89.84% from 255 or 36.82% from 622); Max value from RGB is 229 - color contains mainly: blue. Hex color #C8C1E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C1E5 is #373E1A. Grayscale: #C7C7C7. Windows color (decimal): -3620379 or 15057352. OLE color: 15057352.
HSL color Cylindrical-coordinate representation of color #C8C1E5: hue angle of 251.67º degrees, saturation: 0.41, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8C1E5 is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 200 | 193 | 229 | - |
| CMYK | 0.13 | 0.16 | 0 | 0.10 |
| HSL | 251.67º | 0.41% | 0.83% | - |
| HSV(B) | 251.67º | 0.16% | 0.9% | - |
| XYZ | 57.03 | 56.08 | 81.95 | - |
| YUV | 199.2 | 144.82 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 193 | 229 | 0.13 | 0.16 | 0 | 0.10 | 251.67 | 0.41 | 0.83 |
| Hex | C8 | C1 | E5 | D | 10 | 0 | A | FC | 29 | 53 |
| Octal | 310 | 301 | 345 | 15 | 20 | 0 | 12 | 374 | 51 | 123 |
| Binary | 11001000 | 11000001 | 11100101 | 1101 | 10000 | 0 | 1010 | 11111100 | 101001 | 1010011 |
Color Harmonies of #C8C1E5
Complementary color
Monochromatic Colors of #C8C1E5
Black with #C8C1E5
Text Example
Text Example
White with #C8C1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C1E5; }
p { color: rgb(200,193,229); }
H1.HeaderClassName
{
color: #C8C1E5;
}
.AnyTagClassName
{
color: #C8C1E5;
}
</style>
background-color css
<style>
a { background-color: #C8C1E5; }
a { background-color: rgb(200,193,229); }
div.DivClassName
{
background-color: #C8C1E5;
}
.BgClassName
{
background-color: #C8C1E5;
}
</style>
border-color css
<style>
span { border-color: #C8C1E5; }
span { border-color: rgb(200,193,229); }
td.TdClassName
{
border-color: #C8C1E5;
}
.TagClassName
{
border-color: #C8C1E5;
}
</style>