Shades of Melrose #C9C0E9
Tints of Melrose #C9C0E9
RGB
CMYK
RGB Variations
Color information
#C9C0E9 (or 0xC9C0E9) is known color: Melrose. HEX triplet: C9, C0 and E9. RGB value is (201,192,233). Sum of RGB (Red+Green+Blue) = 201+192+233=626 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.11% from 626); Green value is 192 (75.39% from 255 or 30.67% from 626); Blue value is 233 (91.41% from 255 or 37.22% from 626); Max value from RGB is 233 - color contains mainly: blue. Hex color #C9C0E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9C0E9 is #363F16. Grayscale: #C7C7C7. Windows color (decimal): -3555095 or 15319241. OLE color: 15319241.
HSL color Cylindrical-coordinate representation of color #C9C0E9: hue angle of 253.17º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C9C0E9 is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 201 | 192 | 233 | - |
CMYK | 0.14 | 0.18 | 0 | 0.09 |
HSL | 253.17º | 0.48% | 0.83% | - |
HSV(B) | 253.17º | 0.18% | 0.91% | - |
XYZ | 57.65 | 56 | 84.86 | - |
YUV | 199.37 | 146.98 | 129.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 192 | 233 | 0.14 | 0.18 | 0 | 0.09 | 253.17 | 0.48 | 0.83 |
Hex | C9 | C0 | E9 | E | 12 | 0 | 9 | FD | 30 | 53 |
Octal | 311 | 300 | 351 | 16 | 22 | 0 | 11 | 375 | 60 | 123 |
Binary | 11001001 | 11000000 | 11101001 | 1110 | 10010 | 0 | 1001 | 11111101 | 110000 | 1010011 |
Color Harmonies of #C9C0E9
Complementary color
Monochromatic Colors of #C9C0E9
Black with #C9C0E9
Text Example
Text Example
White with #C9C0E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C0E9; }
p { color: rgb(201,192,233); }
H1.HeaderClassName
{
color: #C9C0E9;
}
.AnyTagClassName
{
color: #C9C0E9;
}
</style>
background-color css
<style>
a { background-color: #C9C0E9; }
a { background-color: rgb(201,192,233); }
div.DivClassName
{
background-color: #C9C0E9;
}
.BgClassName
{
background-color: #C9C0E9;
}
</style>
border-color css
<style>
span { border-color: #C9C0E9; }
span { border-color: rgb(201,192,233); }
td.TdClassName
{
border-color: #C9C0E9;
}
.TagClassName
{
border-color: #C9C0E9;
}
</style>