Shades of Melrose #C8C2EA
Tints of Melrose #C8C2EA
RGB
CMYK
RGB Variations
Color information
#C8C2EA (or 0xC8C2EA) is known color: Melrose. HEX triplet: C8, C2 and EA. RGB value is (200,194,234). Sum of RGB (Red+Green+Blue) = 200+194+234=628 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.85% from 628); Green value is 194 (76.17% from 255 or 30.89% from 628); Blue value is 234 (91.80% from 255 or 37.26% from 628); Max value from RGB is 234 - color contains mainly: blue. Hex color #C8C2EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8C2EA is #373D15. Grayscale: #C8C8C8. Windows color (decimal): -3620118 or 15385288. OLE color: 15385288.
HSL color Cylindrical-coordinate representation of color #C8C2EA: hue angle of 249º degrees, saturation: 0.49, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C8C2EA is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 194 | 234 | - |
| CMYK | 0.15 | 0.17 | 0 | 0.08 |
| HSL | 249º | 0.49% | 0.84% | - |
| HSV(B) | 249º | 0.17% | 0.92% | - |
| XYZ | 57.96 | 56.8 | 85.75 | - |
| YUV | 200.35 | 146.99 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 194 | 234 | 0.15 | 0.17 | 0 | 0.08 | 249 | 0.49 | 0.84 |
| Hex | C8 | C2 | EA | F | 11 | 0 | 8 | F9 | 31 | 54 |
| Octal | 310 | 302 | 352 | 17 | 21 | 0 | 10 | 371 | 61 | 124 |
| Binary | 11001000 | 11000010 | 11101010 | 1111 | 10001 | 0 | 1000 | 11111001 | 110001 | 1010100 |
Color Harmonies of #C8C2EA
Complementary color
Monochromatic Colors of #C8C2EA
Black with #C8C2EA
Text Example
Text Example
White with #C8C2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C2EA; }
p { color: rgb(200,194,234); }
H1.HeaderClassName
{
color: #C8C2EA;
}
.AnyTagClassName
{
color: #C8C2EA;
}
</style>
background-color css
<style>
a { background-color: #C8C2EA; }
a { background-color: rgb(200,194,234); }
div.DivClassName
{
background-color: #C8C2EA;
}
.BgClassName
{
background-color: #C8C2EA;
}
</style>
border-color css
<style>
span { border-color: #C8C2EA; }
span { border-color: rgb(200,194,234); }
td.TdClassName
{
border-color: #C8C2EA;
}
.TagClassName
{
border-color: #C8C2EA;
}
</style>