Shades of Fog #DFCDEF
Tints of Fog #DFCDEF
RGB
CMYK
RGB Variations
Color information
#DFCDEF (or 0xDFCDEF) is known color: Fog. HEX triplet: DF, CD and EF. RGB value is (223,205,239). Sum of RGB (Red+Green+Blue) = 223+205+239=667 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.43% from 667); Green value is 205 (80.47% from 255 or 30.73% from 667); Blue value is 239 (93.75% from 255 or 35.83% from 667); Max value from RGB is 239 - color contains mainly: blue. Hex color #DFCDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCDEF is #203210. Grayscale: #D6D6D6. Windows color (decimal): -2109969 or 15715807. OLE color: 15715807.
HSL color Cylindrical-coordinate representation of color #DFCDEF: hue angle of 271.76º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DFCDEF is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 205 | 239 | - |
| CMYK | 0.07 | 0.14 | 0 | 0.06 |
| HSL | 271.76º | 0.52% | 0.87% | - |
| HSV(B) | 271.76º | 0.14% | 0.94% | - |
| XYZ | 67.84 | 65.58 | 90.74 | - |
| YUV | 214.26 | 141.96 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 205 | 239 | 0.07 | 0.14 | 0 | 0.06 | 271.76 | 0.52 | 0.87 |
| Hex | DF | CD | EF | 7 | E | 0 | 6 | 110 | 34 | 57 |
| Octal | 337 | 315 | 357 | 7 | 16 | 0 | 6 | 420 | 64 | 127 |
| Binary | 11011111 | 11001101 | 11101111 | 111 | 1110 | 0 | 110 | 100010000 | 110100 | 1010111 |
Color Harmonies of #DFCDEF
Complementary color
Monochromatic Colors of #DFCDEF
Black with #DFCDEF
Text Example
Text Example
White with #DFCDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCDEF; }
p { color: rgb(223,205,239); }
H1.HeaderClassName
{
color: #DFCDEF;
}
.AnyTagClassName
{
color: #DFCDEF;
}
</style>
background-color css
<style>
a { background-color: #DFCDEF; }
a { background-color: rgb(223,205,239); }
div.DivClassName
{
background-color: #DFCDEF;
}
.BgClassName
{
background-color: #DFCDEF;
}
</style>
border-color css
<style>
span { border-color: #DFCDEF; }
span { border-color: rgb(223,205,239); }
td.TdClassName
{
border-color: #DFCDEF;
}
.TagClassName
{
border-color: #DFCDEF;
}
</style>