Shades of Fog #DED2F2
Tints of Fog #DED2F2
RGB
CMYK
RGB Variations
Color information
#DED2F2 (or 0xDED2F2) is known color: Fog. HEX triplet: DE, D2 and F2. RGB value is (222,210,242). Sum of RGB (Red+Green+Blue) = 222+210+242=674 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.94% from 674); Green value is 210 (82.42% from 255 or 31.16% from 674); Blue value is 242 (94.92% from 255 or 35.91% from 674); Max value from RGB is 242 - color contains mainly: blue. Hex color #DED2F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED2F2 is #212D0D. Grayscale: #D9D9D9. Windows color (decimal): -2174222 or 15913694. OLE color: 15913694.
HSL color Cylindrical-coordinate representation of color #DED2F2: hue angle of 262.5º degrees, saturation: 0.55, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DED2F2 is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 210 | 242 | - |
| CMYK | 0.08 | 0.13 | 0 | 0.05 |
| HSL | 262.5º | 0.55% | 0.89% | - |
| HSV(B) | 262.5º | 0.13% | 0.95% | - |
| XYZ | 69.2 | 68.03 | 93.49 | - |
| YUV | 217.24 | 141.98 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 210 | 242 | 0.08 | 0.13 | 0 | 0.05 | 262.5 | 0.55 | 0.89 |
| Hex | DE | D2 | F2 | 8 | D | 0 | 5 | 106 | 37 | 59 |
| Octal | 336 | 322 | 362 | 10 | 15 | 0 | 5 | 406 | 67 | 131 |
| Binary | 11011110 | 11010010 | 11110010 | 1000 | 1101 | 0 | 101 | 100000110 | 110111 | 1011001 |
Color Harmonies of #DED2F2
Complementary color
Monochromatic Colors of #DED2F2
Black with #DED2F2
Text Example
Text Example
White with #DED2F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED2F2; }
p { color: rgb(222,210,242); }
H1.HeaderClassName
{
color: #DED2F2;
}
.AnyTagClassName
{
color: #DED2F2;
}
</style>
background-color css
<style>
a { background-color: #DED2F2; }
a { background-color: rgb(222,210,242); }
div.DivClassName
{
background-color: #DED2F2;
}
.BgClassName
{
background-color: #DED2F2;
}
</style>
border-color css
<style>
span { border-color: #DED2F2; }
span { border-color: rgb(222,210,242); }
td.TdClassName
{
border-color: #DED2F2;
}
.TagClassName
{
border-color: #DED2F2;
}
</style>