Shades of Mystic #CEDAD2
Tints of Mystic #CEDAD2
RGB
CMYK
RGB Variations
Color information
#CEDAD2 (or 0xCEDAD2) is known color: Mystic. HEX triplet: CE, DA and D2. RGB value is (206,218,210). Sum of RGB (Red+Green+Blue) = 206+218+210=634 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.49% from 634); Green value is 218 (85.55% from 255 or 34.38% from 634); Blue value is 210 (82.42% from 255 or 33.12% from 634); Max value from RGB is 218 - color contains mainly: green. Hex color #CEDAD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDAD2 is #31252D. Grayscale: #D5D5D5. Windows color (decimal): -3220782 or 13818574. OLE color: 13818574.
HSL color Cylindrical-coordinate representation of color #CEDAD2: hue angle of 140º 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 #CEDAD2 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
RGB | 206 | 218 | 210 | - |
CMYK | 0.06 | 0 | 0.04 | 0.15 |
HSL | 140º | 0.14% | 0.83% | - |
HSV(B) | 140º | 0.06% | 0.85% | - |
XYZ | 62.16 | 67.92 | 70.81 | - |
YUV | 213.5 | 126.02 | 122.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 218 | 210 | 0.06 | 0 | 0.04 | 0.15 | 140 | 0.14 | 0.83 |
Hex | CE | DA | D2 | 6 | 0 | 4 | F | 8C | E | 53 |
Octal | 316 | 332 | 322 | 6 | 0 | 4 | 17 | 214 | 16 | 123 |
Binary | 11001110 | 11011010 | 11010010 | 110 | 0 | 100 | 1111 | 10001100 | 1110 | 1010011 |
Color Harmonies of #CEDAD2
Complementary color
Monochromatic Colors of #CEDAD2
Black with #CEDAD2
Text Example
Text Example
White with #CEDAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDAD2; }
p { color: rgb(206,218,210); }
H1.HeaderClassName
{
color: #CEDAD2;
}
.AnyTagClassName
{
color: #CEDAD2;
}
</style>
background-color css
<style>
a { background-color: #CEDAD2; }
a { background-color: rgb(206,218,210); }
div.DivClassName
{
background-color: #CEDAD2;
}
.BgClassName
{
background-color: #CEDAD2;
}
</style>
border-color css
<style>
span { border-color: #CEDAD2; }
span { border-color: rgb(206,218,210); }
td.TdClassName
{
border-color: #CEDAD2;
}
.TagClassName
{
border-color: #CEDAD2;
}
</style>