Shades of Mystic #CEDAD4
Tints of Mystic #CEDAD4
RGB
CMYK
RGB Variations
Color information
#CEDAD4 (or 0xCEDAD4) is known color: Mystic. HEX triplet: CE, DA and D4. RGB value is (206,218,212). Sum of RGB (Red+Green+Blue) = 206+218+212=636 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.39% from 636); Green value is 218 (85.55% from 255 or 34.28% from 636); Blue value is 212 (83.20% from 255 or 33.33% from 636); Max value from RGB is 218 - color contains mainly: green. Hex color #CEDAD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDAD4 is #31252B. Grayscale: #D5D5D5. Windows color (decimal): -3220780 or 13949646. OLE color: 13949646.
HSL color Cylindrical-coordinate representation of color #CEDAD4: hue angle of 150º degrees, saturation: 0.14, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CEDAD4 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
RGB | 206 | 218 | 212 | - |
CMYK | 0.06 | 0 | 0.03 | 0.15 |
HSL | 150º | 0.14% | 0.83% | - |
HSV(B) | 150º | 0.06% | 0.85% | - |
XYZ | 62.41 | 68.02 | 72.13 | - |
YUV | 213.73 | 127.02 | 122.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 218 | 212 | 0.06 | 0 | 0.03 | 0.15 | 150 | 0.14 | 0.83 |
Hex | CE | DA | D4 | 6 | 0 | 3 | F | 96 | E | 53 |
Octal | 316 | 332 | 324 | 6 | 0 | 3 | 17 | 226 | 16 | 123 |
Binary | 11001110 | 11011010 | 11010100 | 110 | 0 | 11 | 1111 | 10010110 | 1110 | 1010011 |
Color Harmonies of #CEDAD4
Complementary color
Monochromatic Colors of #CEDAD4
Black with #CEDAD4
Text Example
Text Example
White with #CEDAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDAD4; }
p { color: rgb(206,218,212); }
H1.HeaderClassName
{
color: #CEDAD4;
}
.AnyTagClassName
{
color: #CEDAD4;
}
</style>
background-color css
<style>
a { background-color: #CEDAD4; }
a { background-color: rgb(206,218,212); }
div.DivClassName
{
background-color: #CEDAD4;
}
.BgClassName
{
background-color: #CEDAD4;
}
</style>
border-color css
<style>
span { border-color: #CEDAD4; }
span { border-color: rgb(206,218,212); }
td.TdClassName
{
border-color: #CEDAD4;
}
.TagClassName
{
border-color: #CEDAD4;
}
</style>