Shades of Mystic #CEDDD4
Tints of Mystic #CEDDD4
RGB
CMYK
RGB Variations
Color information
#CEDDD4 (or 0xCEDDD4) is known color: Mystic. HEX triplet: CE, DD and D4. RGB value is (206,221,212). Sum of RGB (Red+Green+Blue) = 206+221+212=639 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.24% from 639); Green value is 221 (86.72% from 255 or 34.59% from 639); Blue value is 212 (83.20% from 255 or 33.18% from 639); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDDD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDDD4 is #31222B. Grayscale: #D7D7D7. Windows color (decimal): -3220012 or 13950414. OLE color: 13950414.
HSL color Cylindrical-coordinate representation of color #CEDDD4: hue angle of 144º degrees, saturation: 0.18, 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 #CEDDD4 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
RGB | 206 | 221 | 212 | - |
CMYK | 0.07 | 0 | 0.04 | 0.13 |
HSL | 144º | 0.18% | 0.84% | - |
HSV(B) | 144º | 0.07% | 0.87% | - |
XYZ | 63.19 | 69.59 | 72.39 | - |
YUV | 215.49 | 126.03 | 121.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 221 | 212 | 0.07 | 0 | 0.04 | 0.13 | 144 | 0.18 | 0.84 |
Hex | CE | DD | D4 | 7 | 0 | 4 | D | 90 | 12 | 54 |
Octal | 316 | 335 | 324 | 7 | 0 | 4 | 15 | 220 | 22 | 124 |
Binary | 11001110 | 11011101 | 11010100 | 111 | 0 | 100 | 1101 | 10010000 | 10010 | 1010100 |
Color Harmonies of #CEDDD4
Complementary color
Monochromatic Colors of #CEDDD4
Black with #CEDDD4
Text Example
Text Example
White with #CEDDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDDD4; }
p { color: rgb(206,221,212); }
H1.HeaderClassName
{
color: #CEDDD4;
}
.AnyTagClassName
{
color: #CEDDD4;
}
</style>
background-color css
<style>
a { background-color: #CEDDD4; }
a { background-color: rgb(206,221,212); }
div.DivClassName
{
background-color: #CEDDD4;
}
.BgClassName
{
background-color: #CEDDD4;
}
</style>
border-color css
<style>
span { border-color: #CEDDD4; }
span { border-color: rgb(206,221,212); }
td.TdClassName
{
border-color: #CEDDD4;
}
.TagClassName
{
border-color: #CEDDD4;
}
</style>