Shades of Mystic #C9DBD0
Tints of Mystic #C9DBD0
RGB
CMYK
RGB Variations
Color information
#C9DBD0 (or 0xC9DBD0) is known color: Mystic. HEX triplet: C9, DB and D0. RGB value is (201,219,208). Sum of RGB (Red+Green+Blue) = 201+219+208=628 (83% of max value = 765). Red value is 201 (78.91% from 255 or 32.01% from 628); Green value is 219 (85.94% from 255 or 34.87% from 628); Blue value is 208 (81.64% from 255 or 33.12% from 628); Max value from RGB is 219 - color contains mainly: green. Hex color #C9DBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DBD0 is #36242F. Grayscale: #D4D4D4. Windows color (decimal): -3548208 or 13687753. OLE color: 13687753.
HSL color Cylindrical-coordinate representation of color #C9DBD0: hue angle of 143.33º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C9DBD0 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
RGB | 201 | 219 | 208 | - |
CMYK | 0.08 | 0 | 0.05 | 0.14 |
HSL | 143.33º | 0.2% | 0.82% | - |
HSV(B) | 143.33º | 0.08% | 0.86% | - |
XYZ | 60.8 | 67.63 | 69.52 | - |
YUV | 212.36 | 125.54 | 119.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 219 | 208 | 0.08 | 0 | 0.05 | 0.14 | 143.33 | 0.2 | 0.82 |
Hex | C9 | DB | D0 | 8 | 0 | 5 | E | 8F | 14 | 52 |
Octal | 311 | 333 | 320 | 10 | 0 | 5 | 16 | 217 | 24 | 122 |
Binary | 11001001 | 11011011 | 11010000 | 1000 | 0 | 101 | 1110 | 10001111 | 10100 | 1010010 |
Color Harmonies of #C9DBD0
Complementary color
Monochromatic Colors of #C9DBD0
Black with #C9DBD0
Text Example
Text Example
White with #C9DBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DBD0; }
p { color: rgb(201,219,208); }
H1.HeaderClassName
{
color: #C9DBD0;
}
.AnyTagClassName
{
color: #C9DBD0;
}
</style>
background-color css
<style>
a { background-color: #C9DBD0; }
a { background-color: rgb(201,219,208); }
div.DivClassName
{
background-color: #C9DBD0;
}
.BgClassName
{
background-color: #C9DBD0;
}
</style>
border-color css
<style>
span { border-color: #C9DBD0; }
span { border-color: rgb(201,219,208); }
td.TdClassName
{
border-color: #C9DBD0;
}
.TagClassName
{
border-color: #C9DBD0;
}
</style>