Shades of Mystic #CEDED5
Tints of Mystic #CEDED5
RGB
CMYK
RGB Variations
Color information
#CEDED5 (or 0xCEDED5) is known color: Mystic. HEX triplet: CE, DE and D5. RGB value is (206,222,213). Sum of RGB (Red+Green+Blue) = 206+222+213=641 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.14% from 641); Green value is 222 (87.11% from 255 or 34.63% from 641); Blue value is 213 (83.59% from 255 or 33.23% from 641); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDED5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDED5 is #31212A. Grayscale: #D8D8D8. Windows color (decimal): -3219755 or 14016206. OLE color: 14016206.
HSL color Cylindrical-coordinate representation of color #CEDED5: hue angle of 146.25º degrees, saturation: 0.2, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CEDED5 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 222 | 213 | - |
| CMYK | 0.07 | 0 | 0.04 | 0.13 |
| HSL | 146.25º | 0.2% | 0.84% | - |
| HSV(B) | 146.25º | 0.07% | 0.87% | - |
| XYZ | 63.59 | 70.17 | 73.14 | - |
| YUV | 216.19 | 126.2 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 222 | 213 | 0.07 | 0 | 0.04 | 0.13 | 146.25 | 0.2 | 0.84 |
| Hex | CE | DE | D5 | 7 | 0 | 4 | D | 92 | 14 | 54 |
| Octal | 316 | 336 | 325 | 7 | 0 | 4 | 15 | 222 | 24 | 124 |
| Binary | 11001110 | 11011110 | 11010101 | 111 | 0 | 100 | 1101 | 10010010 | 10100 | 1010100 |
Color Harmonies of #CEDED5
Complementary color
Monochromatic Colors of #CEDED5
Black with #CEDED5
Text Example
Text Example
White with #CEDED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDED5; }
p { color: rgb(206,222,213); }
H1.HeaderClassName
{
color: #CEDED5;
}
.AnyTagClassName
{
color: #CEDED5;
}
</style>
background-color css
<style>
a { background-color: #CEDED5; }
a { background-color: rgb(206,222,213); }
div.DivClassName
{
background-color: #CEDED5;
}
.BgClassName
{
background-color: #CEDED5;
}
</style>
border-color css
<style>
span { border-color: #CEDED5; }
span { border-color: rgb(206,222,213); }
td.TdClassName
{
border-color: #CEDED5;
}
.TagClassName
{
border-color: #CEDED5;
}
</style>