Shades of Fog #DED1ED
Tints of Fog #DED1ED
RGB
CMYK
RGB Variations
Color information
#DED1ED (or 0xDED1ED) is known color: Fog. HEX triplet: DE, D1 and ED. RGB value is (222,209,237). Sum of RGB (Red+Green+Blue) = 222+209+237=668 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.23% from 668); Green value is 209 (82.03% from 255 or 31.29% from 668); Blue value is 237 (92.97% from 255 or 35.48% from 668); Max value from RGB is 237 - color contains mainly: blue. Hex color #DED1ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED1ED is #212E12. Grayscale: #D7D7D7. Windows color (decimal): -2174483 or 15585758. OLE color: 15585758.
HSL color Cylindrical-coordinate representation of color #DED1ED: hue angle of 267.86º degrees, saturation: 0.44, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DED1ED is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 222 | 209 | 237 | - |
CMYK | 0.06 | 0.12 | 0 | 0.07 |
HSL | 267.86º | 0.44% | 0.87% | - |
HSV(B) | 267.86º | 0.12% | 0.93% | - |
XYZ | 68.21 | 67.24 | 89.51 | - |
YUV | 216.08 | 139.81 | 132.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 209 | 237 | 0.06 | 0.12 | 0 | 0.07 | 267.86 | 0.44 | 0.87 |
Hex | DE | D1 | ED | 6 | C | 0 | 7 | 10C | 2C | 57 |
Octal | 336 | 321 | 355 | 6 | 14 | 0 | 7 | 414 | 54 | 127 |
Binary | 11011110 | 11010001 | 11101101 | 110 | 1100 | 0 | 111 | 100001100 | 101100 | 1010111 |
Color Harmonies of #DED1ED
Complementary color
Monochromatic Colors of #DED1ED
Black with #DED1ED
Text Example
Text Example
White with #DED1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED1ED; }
p { color: rgb(222,209,237); }
H1.HeaderClassName
{
color: #DED1ED;
}
.AnyTagClassName
{
color: #DED1ED;
}
</style>
background-color css
<style>
a { background-color: #DED1ED; }
a { background-color: rgb(222,209,237); }
div.DivClassName
{
background-color: #DED1ED;
}
.BgClassName
{
background-color: #DED1ED;
}
</style>
border-color css
<style>
span { border-color: #DED1ED; }
span { border-color: rgb(222,209,237); }
td.TdClassName
{
border-color: #DED1ED;
}
.TagClassName
{
border-color: #DED1ED;
}
</style>