Shades of Mystic #CFE1D6
Tints of Mystic #CFE1D6
RGB
CMYK
RGB Variations
Color information
#CFE1D6 (or 0xCFE1D6) is known color: Mystic. HEX triplet: CF, E1 and D6. RGB value is (207,225,214). Sum of RGB (Red+Green+Blue) = 207+225+214=646 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.04% from 646); Green value is 225 (88.28% from 255 or 34.83% from 646); Blue value is 214 (83.98% from 255 or 33.13% from 646); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE1D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE1D6 is #301E29. Grayscale: #DADADA. Windows color (decimal): -3153450 or 14082511. OLE color: 14082511.
HSL color Cylindrical-coordinate representation of color #CFE1D6: hue angle of 143.33º degrees, saturation: 0.23, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CFE1D6 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 225 | 214 | - |
| CMYK | 0.08 | 0 | 0.05 | 0.12 |
| HSL | 143.33º | 0.23% | 0.85% | - |
| HSV(B) | 143.33º | 0.08% | 0.88% | - |
| XYZ | 64.79 | 71.97 | 74.1 | - |
| YUV | 218.36 | 125.54 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 225 | 214 | 0.08 | 0 | 0.05 | 0.12 | 143.33 | 0.23 | 0.85 |
| Hex | CF | E1 | D6 | 8 | 0 | 5 | C | 8F | 17 | 55 |
| Octal | 317 | 341 | 326 | 10 | 0 | 5 | 14 | 217 | 27 | 125 |
| Binary | 11001111 | 11100001 | 11010110 | 1000 | 0 | 101 | 1100 | 10001111 | 10111 | 1010101 |
Color Harmonies of #CFE1D6
Complementary color
Monochromatic Colors of #CFE1D6
Black with #CFE1D6
Text Example
Text Example
White with #CFE1D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE1D6; }
p { color: rgb(207,225,214); }
H1.HeaderClassName
{
color: #CFE1D6;
}
.AnyTagClassName
{
color: #CFE1D6;
}
</style>
background-color css
<style>
a { background-color: #CFE1D6; }
a { background-color: rgb(207,225,214); }
div.DivClassName
{
background-color: #CFE1D6;
}
.BgClassName
{
background-color: #CFE1D6;
}
</style>
border-color css
<style>
span { border-color: #CFE1D6; }
span { border-color: rgb(207,225,214); }
td.TdClassName
{
border-color: #CFE1D6;
}
.TagClassName
{
border-color: #CFE1D6;
}
</style>