Shades of Mystic #CEDBD4
Tints of Mystic #CEDBD4
RGB
CMYK
RGB Variations
Color information
#CEDBD4 (or 0xCEDBD4) is known color: Mystic. HEX triplet: CE, DB and D4. RGB value is (206,219,212). Sum of RGB (Red+Green+Blue) = 206+219+212=637 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.34% from 637); Green value is 219 (85.94% from 255 or 34.38% from 637); Blue value is 212 (83.20% from 255 or 33.28% from 637); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDBD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDBD4 is #31242B. Grayscale: #D6D6D6. Windows color (decimal): -3220524 or 13949902. OLE color: 13949902.
HSL color Cylindrical-coordinate representation of color #CEDBD4: hue angle of 147.69º degrees, saturation: 0.15, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CEDBD4 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 219 | 212 | - |
| CMYK | 0.06 | 0 | 0.03 | 0.14 |
| HSL | 147.69º | 0.15% | 0.83% | - |
| HSV(B) | 147.69º | 0.06% | 0.86% | - |
| XYZ | 62.67 | 68.54 | 72.21 | - |
| YUV | 214.32 | 126.69 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 219 | 212 | 0.06 | 0 | 0.03 | 0.14 | 147.69 | 0.15 | 0.83 |
| Hex | CE | DB | D4 | 6 | 0 | 3 | E | 94 | F | 53 |
| Octal | 316 | 333 | 324 | 6 | 0 | 3 | 16 | 224 | 17 | 123 |
| Binary | 11001110 | 11011011 | 11010100 | 110 | 0 | 11 | 1110 | 10010100 | 1111 | 1010011 |
Color Harmonies of #CEDBD4
Complementary color
Monochromatic Colors of #CEDBD4
Black with #CEDBD4
Text Example
Text Example
White with #CEDBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDBD4; }
p { color: rgb(206,219,212); }
H1.HeaderClassName
{
color: #CEDBD4;
}
.AnyTagClassName
{
color: #CEDBD4;
}
</style>
background-color css
<style>
a { background-color: #CEDBD4; }
a { background-color: rgb(206,219,212); }
div.DivClassName
{
background-color: #CEDBD4;
}
.BgClassName
{
background-color: #CEDBD4;
}
</style>
border-color css
<style>
span { border-color: #CEDBD4; }
span { border-color: rgb(206,219,212); }
td.TdClassName
{
border-color: #CEDBD4;
}
.TagClassName
{
border-color: #CEDBD4;
}
</style>