Shades of Mystic #CEDBD2
Tints of Mystic #CEDBD2
RGB
CMYK
RGB Variations
Color information
#CEDBD2 (or 0xCEDBD2) is known color: Mystic. HEX triplet: CE, DB and D2. RGB value is (206,219,210). Sum of RGB (Red+Green+Blue) = 206+219+210=635 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.44% from 635); Green value is 219 (85.94% from 255 or 34.49% from 635); Blue value is 210 (82.42% from 255 or 33.07% from 635); Max value from RGB is 219 - color contains mainly: green. Hex color #CEDBD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDBD2 is #31242D. Grayscale: #D6D6D6. Windows color (decimal): -3220526 or 13818830. OLE color: 13818830.
HSL color Cylindrical-coordinate representation of color #CEDBD2: hue angle of 138.46º 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 #CEDBD2 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 219 | 210 | - |
| CMYK | 0.06 | 0 | 0.04 | 0.14 |
| HSL | 138.46º | 0.15% | 0.83% | - |
| HSV(B) | 138.46º | 0.06% | 0.86% | - |
| XYZ | 62.42 | 68.44 | 70.89 | - |
| YUV | 214.09 | 125.69 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 219 | 210 | 0.06 | 0 | 0.04 | 0.14 | 138.46 | 0.15 | 0.83 |
| Hex | CE | DB | D2 | 6 | 0 | 4 | E | 8A | F | 53 |
| Octal | 316 | 333 | 322 | 6 | 0 | 4 | 16 | 212 | 17 | 123 |
| Binary | 11001110 | 11011011 | 11010010 | 110 | 0 | 100 | 1110 | 10001010 | 1111 | 1010011 |
Color Harmonies of #CEDBD2
Complementary color
Monochromatic Colors of #CEDBD2
Black with #CEDBD2
Text Example
Text Example
White with #CEDBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDBD2; }
p { color: rgb(206,219,210); }
H1.HeaderClassName
{
color: #CEDBD2;
}
.AnyTagClassName
{
color: #CEDBD2;
}
</style>
background-color css
<style>
a { background-color: #CEDBD2; }
a { background-color: rgb(206,219,210); }
div.DivClassName
{
background-color: #CEDBD2;
}
.BgClassName
{
background-color: #CEDBD2;
}
</style>
border-color css
<style>
span { border-color: #CEDBD2; }
span { border-color: rgb(206,219,210); }
td.TdClassName
{
border-color: #CEDBD2;
}
.TagClassName
{
border-color: #CEDBD2;
}
</style>