Shades of Mystic #C9DDD1
Tints of Mystic #C9DDD1
RGB
CMYK
RGB Variations
Color information
#C9DDD1 (or 0xC9DDD1) is known color: Mystic. HEX triplet: C9, DD and D1. RGB value is (201,221,209). Sum of RGB (Red+Green+Blue) = 201+221+209=631 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.85% from 631); Green value is 221 (86.72% from 255 or 35.02% from 631); Blue value is 209 (82.03% from 255 or 33.12% from 631); Max value from RGB is 221 - color contains mainly: green. Hex color #C9DDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DDD1 is #36222E. Grayscale: #D5D5D5. Windows color (decimal): -3547695 or 13753801. OLE color: 13753801.
HSL color Cylindrical-coordinate representation of color #C9DDD1: hue angle of 144º degrees, saturation: 0.23, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C9DDD1 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 221 | 209 | - |
| CMYK | 0.09 | 0 | 0.05 | 0.13 |
| HSL | 144º | 0.23% | 0.83% | - |
| HSV(B) | 144º | 0.09% | 0.87% | - |
| XYZ | 61.45 | 68.73 | 70.35 | - |
| YUV | 213.65 | 125.37 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 221 | 209 | 0.09 | 0 | 0.05 | 0.13 | 144 | 0.23 | 0.83 |
| Hex | C9 | DD | D1 | 9 | 0 | 5 | D | 90 | 17 | 53 |
| Octal | 311 | 335 | 321 | 11 | 0 | 5 | 15 | 220 | 27 | 123 |
| Binary | 11001001 | 11011101 | 11010001 | 1001 | 0 | 101 | 1101 | 10010000 | 10111 | 1010011 |
Color Harmonies of #C9DDD1
Complementary color
Monochromatic Colors of #C9DDD1
Black with #C9DDD1
Text Example
Text Example
White with #C9DDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DDD1; }
p { color: rgb(201,221,209); }
H1.HeaderClassName
{
color: #C9DDD1;
}
.AnyTagClassName
{
color: #C9DDD1;
}
</style>
background-color css
<style>
a { background-color: #C9DDD1; }
a { background-color: rgb(201,221,209); }
div.DivClassName
{
background-color: #C9DDD1;
}
.BgClassName
{
background-color: #C9DDD1;
}
</style>
border-color css
<style>
span { border-color: #C9DDD1; }
span { border-color: rgb(201,221,209); }
td.TdClassName
{
border-color: #C9DDD1;
}
.TagClassName
{
border-color: #C9DDD1;
}
</style>