Shades of Melrose #C9C3E4
Tints of Melrose #C9C3E4
RGB
CMYK
RGB Variations
Color information
#C9C3E4 (or 0xC9C3E4) is known color: Melrose. HEX triplet: C9, C3 and E4. RGB value is (201,195,228). Sum of RGB (Red+Green+Blue) = 201+195+228=624 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.21% from 624); Green value is 195 (76.56% from 255 or 31.25% from 624); Blue value is 228 (89.45% from 255 or 36.54% from 624); Max value from RGB is 228 - color contains mainly: blue. Hex color #C9C3E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9C3E4 is #363C1B. Grayscale: #C8C8C8. Windows color (decimal): -3554332 or 14992329. OLE color: 14992329.
HSL color Cylindrical-coordinate representation of color #C9C3E4: hue angle of 250.91º degrees, saturation: 0.38, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C9C3E4 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 201 | 195 | 228 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.11 |
| HSL | 250.91º | 0.38% | 0.83% | - |
| HSV(B) | 250.91º | 0.14% | 0.89% | - |
| XYZ | 57.61 | 57.05 | 81.37 | - |
| YUV | 200.56 | 143.49 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 195 | 228 | 0.12 | 0.14 | 0 | 0.11 | 250.91 | 0.38 | 0.83 |
| Hex | C9 | C3 | E4 | C | E | 0 | B | FB | 26 | 53 |
| Octal | 311 | 303 | 344 | 14 | 16 | 0 | 13 | 373 | 46 | 123 |
| Binary | 11001001 | 11000011 | 11100100 | 1100 | 1110 | 0 | 1011 | 11111011 | 100110 | 1010011 |
Color Harmonies of #C9C3E4
Complementary color
Monochromatic Colors of #C9C3E4
Black with #C9C3E4
Text Example
Text Example
White with #C9C3E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C3E4; }
p { color: rgb(201,195,228); }
H1.HeaderClassName
{
color: #C9C3E4;
}
.AnyTagClassName
{
color: #C9C3E4;
}
</style>
background-color css
<style>
a { background-color: #C9C3E4; }
a { background-color: rgb(201,195,228); }
div.DivClassName
{
background-color: #C9C3E4;
}
.BgClassName
{
background-color: #C9C3E4;
}
</style>
border-color css
<style>
span { border-color: #C9C3E4; }
span { border-color: rgb(201,195,228); }
td.TdClassName
{
border-color: #C9C3E4;
}
.TagClassName
{
border-color: #C9C3E4;
}
</style>