Shades of Melrose #C9C2EC
Tints of Melrose #C9C2EC
RGB
CMYK
RGB Variations
Color information
#C9C2EC (or 0xC9C2EC) is known color: Melrose. HEX triplet: C9, C2 and EC. RGB value is (201,194,236). Sum of RGB (Red+Green+Blue) = 201+194+236=631 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.85% from 631); Green value is 194 (76.17% from 255 or 30.74% from 631); Blue value is 236 (92.58% from 255 or 37.40% from 631); Max value from RGB is 236 - color contains mainly: blue. Hex color #C9C2EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9C2EC is #363D13. Grayscale: #C8C8C8. Windows color (decimal): -3554580 or 15516361. OLE color: 15516361.
HSL color Cylindrical-coordinate representation of color #C9C2EC: hue angle of 250º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C9C2EC is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 201 | 194 | 236 | - |
CMYK | 0.15 | 0.18 | 0 | 0.07 |
HSL | 250º | 0.53% | 0.84% | - |
HSV(B) | 250º | 0.18% | 0.93% | - |
XYZ | 58.52 | 57.06 | 87.29 | - |
YUV | 200.88 | 147.82 | 128.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 194 | 236 | 0.15 | 0.18 | 0 | 0.07 | 250 | 0.53 | 0.84 |
Hex | C9 | C2 | EC | F | 12 | 0 | 7 | FA | 34 | 54 |
Octal | 311 | 302 | 354 | 17 | 22 | 0 | 7 | 372 | 64 | 124 |
Binary | 11001001 | 11000010 | 11101100 | 1111 | 10010 | 0 | 111 | 11111010 | 110100 | 1010100 |
Color Harmonies of #C9C2EC
Complementary color
Monochromatic Colors of #C9C2EC
Black with #C9C2EC
Text Example
Text Example
White with #C9C2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C2EC; }
p { color: rgb(201,194,236); }
H1.HeaderClassName
{
color: #C9C2EC;
}
.AnyTagClassName
{
color: #C9C2EC;
}
</style>
background-color css
<style>
a { background-color: #C9C2EC; }
a { background-color: rgb(201,194,236); }
div.DivClassName
{
background-color: #C9C2EC;
}
.BgClassName
{
background-color: #C9C2EC;
}
</style>
border-color css
<style>
span { border-color: #C9C2EC; }
span { border-color: rgb(201,194,236); }
td.TdClassName
{
border-color: #C9C2EC;
}
.TagClassName
{
border-color: #C9C2EC;
}
</style>