Shades of Melrose #C8C4EA
Tints of Melrose #C8C4EA
RGB
CMYK
RGB Variations
Color information
#C8C4EA (or 0xC8C4EA) is known color: Melrose. HEX triplet: C8, C4 and EA. RGB value is (200,196,234). Sum of RGB (Red+Green+Blue) = 200+196+234=630 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.75% from 630); Green value is 196 (76.95% from 255 or 31.11% from 630); Blue value is 234 (91.80% from 255 or 37.14% from 630); Max value from RGB is 234 - color contains mainly: blue. Hex color #C8C4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8C4EA is #373B15. Grayscale: #C9C9C9. Windows color (decimal): -3619606 or 15385800. OLE color: 15385800.
HSL color Cylindrical-coordinate representation of color #C8C4EA: hue angle of 246.32º degrees, saturation: 0.47, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8C4EA is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 196 | 234 | - |
| CMYK | 0.15 | 0.16 | 0 | 0.08 |
| HSL | 246.32º | 0.48% | 0.84% | - |
| HSV(B) | 246.32º | 0.16% | 0.92% | - |
| XYZ | 58.41 | 57.7 | 85.9 | - |
| YUV | 201.53 | 146.33 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 196 | 234 | 0.15 | 0.16 | 0 | 0.08 | 246.32 | 0.48 | 0.84 |
| Hex | C8 | C4 | EA | F | 10 | 0 | 8 | F6 | 30 | 54 |
| Octal | 310 | 304 | 352 | 17 | 20 | 0 | 10 | 366 | 60 | 124 |
| Binary | 11001000 | 11000100 | 11101010 | 1111 | 10000 | 0 | 1000 | 11110110 | 110000 | 1010100 |
Color Harmonies of #C8C4EA
Complementary color
Monochromatic Colors of #C8C4EA
Black with #C8C4EA
Text Example
Text Example
White with #C8C4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C4EA; }
p { color: rgb(200,196,234); }
H1.HeaderClassName
{
color: #C8C4EA;
}
.AnyTagClassName
{
color: #C8C4EA;
}
</style>
background-color css
<style>
a { background-color: #C8C4EA; }
a { background-color: rgb(200,196,234); }
div.DivClassName
{
background-color: #C8C4EA;
}
.BgClassName
{
background-color: #C8C4EA;
}
</style>
border-color css
<style>
span { border-color: #C8C4EA; }
span { border-color: rgb(200,196,234); }
td.TdClassName
{
border-color: #C8C4EA;
}
.TagClassName
{
border-color: #C8C4EA;
}
</style>