Shades of Fog #DED5F3
Tints of Fog #DED5F3
RGB
CMYK
RGB Variations
Color information
#DED5F3 (or 0xDED5F3) is known color: Fog. HEX triplet: DE, D5 and F3. RGB value is (222,213,243). Sum of RGB (Red+Green+Blue) = 222+213+243=678 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.74% from 678); Green value is 213 (83.59% from 255 or 31.42% from 678); Blue value is 243 (95.31% from 255 or 35.84% from 678); Max value from RGB is 243 - color contains mainly: blue. Hex color #DED5F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED5F3 is #212A0C. Grayscale: #DADADA. Windows color (decimal): -2173453 or 15979998. OLE color: 15979998.
HSL color Cylindrical-coordinate representation of color #DED5F3: hue angle of 258º degrees, saturation: 0.56, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DED5F3 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 213 | 243 | - |
| CMYK | 0.09 | 0.12 | 0 | 0.05 |
| HSL | 258º | 0.56% | 0.89% | - |
| HSV(B) | 258º | 0.12% | 0.95% | - |
| XYZ | 70.1 | 69.59 | 94.53 | - |
| YUV | 219.11 | 141.48 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 213 | 243 | 0.09 | 0.12 | 0 | 0.05 | 258 | 0.56 | 0.89 |
| Hex | DE | D5 | F3 | 9 | C | 0 | 5 | 102 | 38 | 59 |
| Octal | 336 | 325 | 363 | 11 | 14 | 0 | 5 | 402 | 70 | 131 |
| Binary | 11011110 | 11010101 | 11110011 | 1001 | 1100 | 0 | 101 | 100000010 | 111000 | 1011001 |
Color Harmonies of #DED5F3
Complementary color
Monochromatic Colors of #DED5F3
Black with #DED5F3
Text Example
Text Example
White with #DED5F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED5F3; }
p { color: rgb(222,213,243); }
H1.HeaderClassName
{
color: #DED5F3;
}
.AnyTagClassName
{
color: #DED5F3;
}
</style>
background-color css
<style>
a { background-color: #DED5F3; }
a { background-color: rgb(222,213,243); }
div.DivClassName
{
background-color: #DED5F3;
}
.BgClassName
{
background-color: #DED5F3;
}
</style>
border-color css
<style>
span { border-color: #DED5F3; }
span { border-color: rgb(222,213,243); }
td.TdClassName
{
border-color: #DED5F3;
}
.TagClassName
{
border-color: #DED5F3;
}
</style>