Shades of Fog #DED5EA
Tints of Fog #DED5EA
RGB
CMYK
RGB Variations
Color information
#DED5EA (or 0xDED5EA) is known color: Fog. HEX triplet: DE, D5 and EA. RGB value is (222,213,234). Sum of RGB (Red+Green+Blue) = 222+213+234=669 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.18% from 669); Green value is 213 (83.59% from 255 or 31.84% from 669); Blue value is 234 (91.80% from 255 or 34.98% from 669); Max value from RGB is 234 - color contains mainly: blue. Hex color #DED5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED5EA is #212A15. Grayscale: #DADADA. Windows color (decimal): -2173462 or 15390174. OLE color: 15390174.
HSL color Cylindrical-coordinate representation of color #DED5EA: hue angle of 265.71º degrees, saturation: 0.33, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DED5EA is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 213 | 234 | - |
| CMYK | 0.05 | 0.09 | 0 | 0.08 |
| HSL | 265.71º | 0.33% | 0.88% | - |
| HSV(B) | 265.71º | 0.09% | 0.92% | - |
| XYZ | 68.77 | 69.06 | 87.55 | - |
| YUV | 218.09 | 136.98 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 213 | 234 | 0.05 | 0.09 | 0 | 0.08 | 265.71 | 0.33 | 0.88 |
| Hex | DE | D5 | EA | 5 | 9 | 0 | 8 | 10A | 21 | 58 |
| Octal | 336 | 325 | 352 | 5 | 11 | 0 | 10 | 412 | 41 | 130 |
| Binary | 11011110 | 11010101 | 11101010 | 101 | 1001 | 0 | 1000 | 100001010 | 100001 | 1011000 |
Color Harmonies of #DED5EA
Complementary color
Monochromatic Colors of #DED5EA
Black with #DED5EA
Text Example
Text Example
White with #DED5EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED5EA; }
p { color: rgb(222,213,234); }
H1.HeaderClassName
{
color: #DED5EA;
}
.AnyTagClassName
{
color: #DED5EA;
}
</style>
background-color css
<style>
a { background-color: #DED5EA; }
a { background-color: rgb(222,213,234); }
div.DivClassName
{
background-color: #DED5EA;
}
.BgClassName
{
background-color: #DED5EA;
}
</style>
border-color css
<style>
span { border-color: #DED5EA; }
span { border-color: rgb(222,213,234); }
td.TdClassName
{
border-color: #DED5EA;
}
.TagClassName
{
border-color: #DED5EA;
}
</style>