Shades of Melrose #C6C2EA
Tints of Melrose #C6C2EA
RGB
CMYK
RGB Variations
Color information
#C6C2EA (or 0xC6C2EA) is known color: Melrose. HEX triplet: C6, C2 and EA. RGB value is (198,194,234). Sum of RGB (Red+Green+Blue) = 198+194+234=626 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.63% from 626); Green value is 194 (76.17% from 255 or 30.99% from 626); Blue value is 234 (91.80% from 255 or 37.38% from 626); Max value from RGB is 234 - color contains mainly: blue. Hex color #C6C2EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6C2EA is #393D15. Grayscale: #C7C7C7. Windows color (decimal): -3751190 or 15385286. OLE color: 15385286.
HSL color Cylindrical-coordinate representation of color #C6C2EA: hue angle of 246º 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 #C6C2EA is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 194 | 234 | - |
| CMYK | 0.15 | 0.17 | 0 | 0.08 |
| HSL | 246º | 0.49% | 0.84% | - |
| HSV(B) | 246º | 0.17% | 0.92% | - |
| XYZ | 57.43 | 56.53 | 85.73 | - |
| YUV | 199.76 | 147.33 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 194 | 234 | 0.15 | 0.17 | 0 | 0.08 | 246 | 0.49 | 0.84 |
| Hex | C6 | C2 | EA | F | 11 | 0 | 8 | F6 | 31 | 54 |
| Octal | 306 | 302 | 352 | 17 | 21 | 0 | 10 | 366 | 61 | 124 |
| Binary | 11000110 | 11000010 | 11101010 | 1111 | 10001 | 0 | 1000 | 11110110 | 110001 | 1010100 |
Color Harmonies of #C6C2EA
Complementary color
Monochromatic Colors of #C6C2EA
Black with #C6C2EA
Text Example
Text Example
White with #C6C2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C2EA; }
p { color: rgb(198,194,234); }
H1.HeaderClassName
{
color: #C6C2EA;
}
.AnyTagClassName
{
color: #C6C2EA;
}
</style>
background-color css
<style>
a { background-color: #C6C2EA; }
a { background-color: rgb(198,194,234); }
div.DivClassName
{
background-color: #C6C2EA;
}
.BgClassName
{
background-color: #C6C2EA;
}
</style>
border-color css
<style>
span { border-color: #C6C2EA; }
span { border-color: rgb(198,194,234); }
td.TdClassName
{
border-color: #C6C2EA;
}
.TagClassName
{
border-color: #C6C2EA;
}
</style>