Shades of Fog #DFD2FE
Tints of Fog #DFD2FE
RGB
CMYK
RGB Variations
Color information
#DFD2FE (or 0xDFD2FE) is known color: Fog. HEX triplet: DF, D2 and FE. RGB value is (223,210,254). Sum of RGB (Red+Green+Blue) = 223+210+254=687 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.46% from 687); Green value is 210 (82.42% from 255 or 30.57% from 687); Blue value is 254 (99.61% from 255 or 36.97% from 687); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFD2FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD2FE is #202D01. Grayscale: #DADADA. Windows color (decimal): -2108674 or 16700127. OLE color: 16700127.
HSL color Cylindrical-coordinate representation of color #DFD2FE: hue angle of 257.73º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DFD2FE is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 210 | 254 | - |
| CMYK | 0.12 | 0.17 | 0 | 0.00 |
| HSL | 257.73º | 0.96% | 0.91% | - |
| HSV(B) | 257.73º | 0.17% | 1% | - |
| XYZ | 71.37 | 68.94 | 103.31 | - |
| YUV | 218.9 | 147.81 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 210 | 254 | 0.12 | 0.17 | 0 | 0.00 | 257.73 | 0.96 | 0.91 |
| Hex | DF | D2 | FE | C | 11 | 0 | 0 | 102 | 60 | 5B |
| Octal | 337 | 322 | 376 | 14 | 21 | 0 | 0 | 402 | 140 | 133 |
| Binary | 11011111 | 11010010 | 11111110 | 1100 | 10001 | 0 | 0 | 100000010 | 1100000 | 1011011 |
Color Harmonies of #DFD2FE
Complementary color
Monochromatic Colors of #DFD2FE
Black with #DFD2FE
Text Example
Text Example
White with #DFD2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD2FE; }
p { color: rgb(223,210,254); }
H1.HeaderClassName
{
color: #DFD2FE;
}
.AnyTagClassName
{
color: #DFD2FE;
}
</style>
background-color css
<style>
a { background-color: #DFD2FE; }
a { background-color: rgb(223,210,254); }
div.DivClassName
{
background-color: #DFD2FE;
}
.BgClassName
{
background-color: #DFD2FE;
}
</style>
border-color css
<style>
span { border-color: #DFD2FE; }
span { border-color: rgb(223,210,254); }
td.TdClassName
{
border-color: #DFD2FE;
}
.TagClassName
{
border-color: #DFD2FE;
}
</style>