Shades of Melrose #C9C0ED
Tints of Melrose #C9C0ED
RGB
CMYK
RGB Variations
Color information
#C9C0ED (or 0xC9C0ED) is known color: Melrose. HEX triplet: C9, C0 and ED. RGB value is (201,192,237). Sum of RGB (Red+Green+Blue) = 201+192+237=630 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.90% from 630); Green value is 192 (75.39% from 255 or 30.48% from 630); Blue value is 237 (92.97% from 255 or 37.62% from 630); Max value from RGB is 237 - color contains mainly: blue. Hex color #C9C0ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9C0ED is #363F12. Grayscale: #C7C7C7. Windows color (decimal): -3555091 or 15581385. OLE color: 15581385.
HSL color Cylindrical-coordinate representation of color #C9C0ED: hue angle of 252º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C9C0ED is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 201 | 192 | 237 | - |
CMYK | 0.15 | 0.19 | 0 | 0.07 |
HSL | 252º | 0.56% | 0.84% | - |
HSV(B) | 252º | 0.19% | 0.93% | - |
XYZ | 58.22 | 56.23 | 87.91 | - |
YUV | 199.82 | 148.98 | 128.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 192 | 237 | 0.15 | 0.19 | 0 | 0.07 | 252 | 0.56 | 0.84 |
Hex | C9 | C0 | ED | F | 13 | 0 | 7 | FC | 38 | 54 |
Octal | 311 | 300 | 355 | 17 | 23 | 0 | 7 | 374 | 70 | 124 |
Binary | 11001001 | 11000000 | 11101101 | 1111 | 10011 | 0 | 111 | 11111100 | 111000 | 1010100 |
Color Harmonies of #C9C0ED
Complementary color
Monochromatic Colors of #C9C0ED
Black with #C9C0ED
Text Example
Text Example
White with #C9C0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C0ED; }
p { color: rgb(201,192,237); }
H1.HeaderClassName
{
color: #C9C0ED;
}
.AnyTagClassName
{
color: #C9C0ED;
}
</style>
background-color css
<style>
a { background-color: #C9C0ED; }
a { background-color: rgb(201,192,237); }
div.DivClassName
{
background-color: #C9C0ED;
}
.BgClassName
{
background-color: #C9C0ED;
}
</style>
border-color css
<style>
span { border-color: #C9C0ED; }
span { border-color: rgb(201,192,237); }
td.TdClassName
{
border-color: #C9C0ED;
}
.TagClassName
{
border-color: #C9C0ED;
}
</style>