Shades of Mystic #CEDDD5
Tints of Mystic #CEDDD5
RGB
CMYK
RGB Variations
Color information
#CEDDD5 (or 0xCEDDD5) is known color: Mystic. HEX triplet: CE, DD and D5. RGB value is (206,221,213). Sum of RGB (Red+Green+Blue) = 206+221+213=640 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.19% from 640); Green value is 221 (86.72% from 255 or 34.53% from 640); Blue value is 213 (83.59% from 255 or 33.28% from 640); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEDDD5 is #31222A. Grayscale: #D7D7D7. Windows color (decimal): -3220011 or 14015950. OLE color: 14015950.
HSL color Cylindrical-coordinate representation of color #CEDDD5: hue angle of 148º 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 #CEDDD5 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
RGB | 206 | 221 | 213 | - |
CMYK | 0.07 | 0 | 0.04 | 0.13 |
HSL | 148º | 0.18% | 0.84% | - |
HSV(B) | 148º | 0.07% | 0.87% | - |
XYZ | 63.32 | 69.64 | 73.06 | - |
YUV | 215.6 | 126.53 | 121.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 221 | 213 | 0.07 | 0 | 0.04 | 0.13 | 148 | 0.18 | 0.84 |
Hex | CE | DD | D5 | 7 | 0 | 4 | D | 94 | 12 | 54 |
Octal | 316 | 335 | 325 | 7 | 0 | 4 | 15 | 224 | 22 | 124 |
Binary | 11001110 | 11011101 | 11010101 | 111 | 0 | 100 | 1101 | 10010100 | 10010 | 1010100 |
Color Harmonies of #CEDDD5
Complementary color
Monochromatic Colors of #CEDDD5
Black with #CEDDD5
Text Example
Text Example
White with #CEDDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDDD5; }
p { color: rgb(206,221,213); }
H1.HeaderClassName
{
color: #CEDDD5;
}
.AnyTagClassName
{
color: #CEDDD5;
}
</style>
background-color css
<style>
a { background-color: #CEDDD5; }
a { background-color: rgb(206,221,213); }
div.DivClassName
{
background-color: #CEDDD5;
}
.BgClassName
{
background-color: #CEDDD5;
}
</style>
border-color css
<style>
span { border-color: #CEDDD5; }
span { border-color: rgb(206,221,213); }
td.TdClassName
{
border-color: #CEDDD5;
}
.TagClassName
{
border-color: #CEDDD5;
}
</style>