Shades of Mystic #CFDDD6
Tints of Mystic #CFDDD6
RGB
CMYK
RGB Variations
Color information
#CFDDD6 (or 0xCFDDD6) is known color: Mystic. HEX triplet: CF, DD and D6. RGB value is (207,221,214). Sum of RGB (Red+Green+Blue) = 207+221+214=642 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.24% from 642); Green value is 221 (86.72% from 255 or 34.42% from 642); Blue value is 214 (83.98% from 255 or 33.33% from 642); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDDD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDDD6 is #302229. Grayscale: #D8D8D8. Windows color (decimal): -3154474 or 14081487. OLE color: 14081487.
HSL color Cylindrical-coordinate representation of color #CFDDD6: hue angle of 150º degrees, saturation: 0.17, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CFDDD6 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 221 | 214 | - |
| CMYK | 0.06 | 0 | 0.03 | 0.13 |
| HSL | 150º | 0.17% | 0.84% | - |
| HSV(B) | 150º | 0.06% | 0.87% | - |
| XYZ | 63.73 | 69.83 | 73.74 | - |
| YUV | 216.02 | 126.86 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 221 | 214 | 0.06 | 0 | 0.03 | 0.13 | 150 | 0.17 | 0.84 |
| Hex | CF | DD | D6 | 6 | 0 | 3 | D | 96 | 11 | 54 |
| Octal | 317 | 335 | 326 | 6 | 0 | 3 | 15 | 226 | 21 | 124 |
| Binary | 11001111 | 11011101 | 11010110 | 110 | 0 | 11 | 1101 | 10010110 | 10001 | 1010100 |
Color Harmonies of #CFDDD6
Complementary color
Monochromatic Colors of #CFDDD6
Black with #CFDDD6
Text Example
Text Example
White with #CFDDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDDD6; }
p { color: rgb(207,221,214); }
H1.HeaderClassName
{
color: #CFDDD6;
}
.AnyTagClassName
{
color: #CFDDD6;
}
</style>
background-color css
<style>
a { background-color: #CFDDD6; }
a { background-color: rgb(207,221,214); }
div.DivClassName
{
background-color: #CFDDD6;
}
.BgClassName
{
background-color: #CFDDD6;
}
</style>
border-color css
<style>
span { border-color: #CFDDD6; }
span { border-color: rgb(207,221,214); }
td.TdClassName
{
border-color: #CFDDD6;
}
.TagClassName
{
border-color: #CFDDD6;
}
</style>