Shades of Fog #DFCEEF
Tints of Fog #DFCEEF
RGB
CMYK
RGB Variations
Color information
#DFCEEF (or 0xDFCEEF) is known color: Fog. HEX triplet: DF, CE and EF. RGB value is (223,206,239). Sum of RGB (Red+Green+Blue) = 223+206+239=668 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.38% from 668); Green value is 206 (80.86% from 255 or 30.84% from 668); Blue value is 239 (93.75% from 255 or 35.78% from 668); Max value from RGB is 239 - color contains mainly: blue. Hex color #DFCEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCEEF is #203110. Grayscale: #D6D6D6. Windows color (decimal): -2109713 or 15716063. OLE color: 15716063.
HSL color Cylindrical-coordinate representation of color #DFCEEF: hue angle of 270.91º degrees, saturation: 0.51, 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 #DFCEEF is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 206 | 239 | - |
| CMYK | 0.07 | 0.14 | 0 | 0.06 |
| HSL | 270.91º | 0.51% | 0.87% | - |
| HSV(B) | 270.91º | 0.14% | 0.94% | - |
| XYZ | 68.08 | 66.06 | 90.82 | - |
| YUV | 214.85 | 141.63 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 206 | 239 | 0.07 | 0.14 | 0 | 0.06 | 270.91 | 0.51 | 0.87 |
| Hex | DF | CE | EF | 7 | E | 0 | 6 | 10F | 33 | 57 |
| Octal | 337 | 316 | 357 | 7 | 16 | 0 | 6 | 417 | 63 | 127 |
| Binary | 11011111 | 11001110 | 11101111 | 111 | 1110 | 0 | 110 | 100001111 | 110011 | 1010111 |
Color Harmonies of #DFCEEF
Complementary color
Monochromatic Colors of #DFCEEF
Black with #DFCEEF
Text Example
Text Example
White with #DFCEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCEEF; }
p { color: rgb(223,206,239); }
H1.HeaderClassName
{
color: #DFCEEF;
}
.AnyTagClassName
{
color: #DFCEEF;
}
</style>
background-color css
<style>
a { background-color: #DFCEEF; }
a { background-color: rgb(223,206,239); }
div.DivClassName
{
background-color: #DFCEEF;
}
.BgClassName
{
background-color: #DFCEEF;
}
</style>
border-color css
<style>
span { border-color: #DFCEEF; }
span { border-color: rgb(223,206,239); }
td.TdClassName
{
border-color: #DFCEEF;
}
.TagClassName
{
border-color: #DFCEEF;
}
</style>