Shades of Mystic #CEDFD6
Tints of Mystic #CEDFD6
RGB
CMYK
RGB Variations
Color information
#CEDFD6 (or 0xCEDFD6) is known color: Mystic. HEX triplet: CE, DF and D6. RGB value is (206,223,214). Sum of RGB (Red+Green+Blue) = 206+223+214=643 (85% of max value = 765). Red value is 206 (80.86% from 255 or 32.04% from 643); Green value is 223 (87.5% from 255 or 34.68% from 643); Blue value is 214 (83.98% from 255 or 33.28% from 643); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDFD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDFD6 is #312029. Grayscale: #D8D8D8. Windows color (decimal): -3219498 or 14081998. OLE color: 14081998.
HSL color Cylindrical-coordinate representation of color #CEDFD6: hue angle of 148.24º degrees, saturation: 0.21, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CEDFD6 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
RGB | 206 | 223 | 214 | - |
CMYK | 0.08 | 0 | 0.04 | 0.13 |
HSL | 148.24º | 0.21% | 0.84% | - |
HSV(B) | 148.24º | 0.08% | 0.87% | - |
XYZ | 63.98 | 70.75 | 73.9 | - |
YUV | 216.89 | 126.37 | 120.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 223 | 214 | 0.08 | 0 | 0.04 | 0.13 | 148.24 | 0.21 | 0.84 |
Hex | CE | DF | D6 | 8 | 0 | 4 | D | 94 | 15 | 54 |
Octal | 316 | 337 | 326 | 10 | 0 | 4 | 15 | 224 | 25 | 124 |
Binary | 11001110 | 11011111 | 11010110 | 1000 | 0 | 100 | 1101 | 10010100 | 10101 | 1010100 |
Color Harmonies of #CEDFD6
Complementary color
Monochromatic Colors of #CEDFD6
Black with #CEDFD6
Text Example
Text Example
White with #CEDFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDFD6; }
p { color: rgb(206,223,214); }
H1.HeaderClassName
{
color: #CEDFD6;
}
.AnyTagClassName
{
color: #CEDFD6;
}
</style>
background-color css
<style>
a { background-color: #CEDFD6; }
a { background-color: rgb(206,223,214); }
div.DivClassName
{
background-color: #CEDFD6;
}
.BgClassName
{
background-color: #CEDFD6;
}
</style>
border-color css
<style>
span { border-color: #CEDFD6; }
span { border-color: rgb(206,223,214); }
td.TdClassName
{
border-color: #CEDFD6;
}
.TagClassName
{
border-color: #CEDFD6;
}
</style>