Shades of Fog #DED6ED
Tints of Fog #DED6ED
RGB
CMYK
RGB Variations
Color information
#DED6ED (or 0xDED6ED) is known color: Fog. HEX triplet: DE, D6 and ED. RGB value is (222,214,237). Sum of RGB (Red+Green+Blue) = 222+214+237=673 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.99% from 673); Green value is 214 (83.98% from 255 or 31.80% from 673); Blue value is 237 (92.97% from 255 or 35.22% from 673); Max value from RGB is 237 - color contains mainly: blue. Hex color #DED6ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED6ED is #212912. Grayscale: #DADADA. Windows color (decimal): -2173203 or 15587038. OLE color: 15587038.
HSL color Cylindrical-coordinate representation of color #DED6ED: hue angle of 260.87º degrees, saturation: 0.39, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DED6ED is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 222 | 214 | 237 | - |
CMYK | 0.06 | 0.10 | 0 | 0.07 |
HSL | 260.87º | 0.39% | 0.88% | - |
HSV(B) | 260.87º | 0.1% | 0.93% | - |
XYZ | 69.46 | 69.74 | 89.92 | - |
YUV | 219.01 | 138.15 | 130.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 214 | 237 | 0.06 | 0.10 | 0 | 0.07 | 260.87 | 0.39 | 0.88 |
Hex | DE | D6 | ED | 6 | A | 0 | 7 | 105 | 27 | 58 |
Octal | 336 | 326 | 355 | 6 | 12 | 0 | 7 | 405 | 47 | 130 |
Binary | 11011110 | 11010110 | 11101101 | 110 | 1010 | 0 | 111 | 100000101 | 100111 | 1011000 |
Color Harmonies of #DED6ED
Complementary color
Monochromatic Colors of #DED6ED
Black with #DED6ED
Text Example
Text Example
White with #DED6ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED6ED; }
p { color: rgb(222,214,237); }
H1.HeaderClassName
{
color: #DED6ED;
}
.AnyTagClassName
{
color: #DED6ED;
}
</style>
background-color css
<style>
a { background-color: #DED6ED; }
a { background-color: rgb(222,214,237); }
div.DivClassName
{
background-color: #DED6ED;
}
.BgClassName
{
background-color: #DED6ED;
}
</style>
border-color css
<style>
span { border-color: #DED6ED; }
span { border-color: rgb(222,214,237); }
td.TdClassName
{
border-color: #DED6ED;
}
.TagClassName
{
border-color: #DED6ED;
}
</style>