Shades of Mystic #CFD9D4
Tints of Mystic #CFD9D4
RGB
CMYK
RGB Variations
Color information
#CFD9D4 (or 0xCFD9D4) is known color: Mystic. HEX triplet: CF, D9 and D4. RGB value is (207,217,212). Sum of RGB (Red+Green+Blue) = 207+217+212=636 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.55% from 636); Green value is 217 (85.16% from 255 or 34.12% from 636); Blue value is 212 (83.20% from 255 or 33.33% from 636); Max value from RGB is 217 - color contains mainly: green. Hex color #CFD9D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFD9D4 is #30262B. Grayscale: #D5D5D5. Windows color (decimal): -3155500 or 13949391. OLE color: 13949391.
HSL color Cylindrical-coordinate representation of color #CFD9D4: hue angle of 150º degrees, saturation: 0.12, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CFD9D4 is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 217 | 212 | - |
| CMYK | 0.05 | 0 | 0.02 | 0.15 |
| HSL | 150º | 0.12% | 0.83% | - |
| HSV(B) | 150º | 0.05% | 0.85% | - |
| XYZ | 62.43 | 67.64 | 72.05 | - |
| YUV | 213.44 | 127.19 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 217 | 212 | 0.05 | 0 | 0.02 | 0.15 | 150 | 0.12 | 0.83 |
| Hex | CF | D9 | D4 | 5 | 0 | 2 | F | 96 | C | 53 |
| Octal | 317 | 331 | 324 | 5 | 0 | 2 | 17 | 226 | 14 | 123 |
| Binary | 11001111 | 11011001 | 11010100 | 101 | 0 | 10 | 1111 | 10010110 | 1100 | 1010011 |
Color Harmonies of #CFD9D4
Complementary color
Monochromatic Colors of #CFD9D4
Black with #CFD9D4
Text Example
Text Example
White with #CFD9D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD9D4; }
p { color: rgb(207,217,212); }
H1.HeaderClassName
{
color: #CFD9D4;
}
.AnyTagClassName
{
color: #CFD9D4;
}
</style>
background-color css
<style>
a { background-color: #CFD9D4; }
a { background-color: rgb(207,217,212); }
div.DivClassName
{
background-color: #CFD9D4;
}
.BgClassName
{
background-color: #CFD9D4;
}
</style>
border-color css
<style>
span { border-color: #CFD9D4; }
span { border-color: rgb(207,217,212); }
td.TdClassName
{
border-color: #CFD9D4;
}
.TagClassName
{
border-color: #CFD9D4;
}
</style>