#DFD4EC

Color #DFD4EC Fog (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fog #DFD4EC

Tints of Fog #DFD4EC

Color information

#DFD4EC (or 0xDFD4EC) is unknown color: approx Fog. HEX triplet: DF, D4 and EC. RGB value is (223,212,236). Sum of RGB (Red+Green+Blue) = 223+212+236=671 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.23% from 671); Green value is 212 (83.20% from 255 or 31.59% from 671); Blue value is 236 (92.58% from 255 or 35.17% from 671); Max value from RGB is 236 - color contains mainly: blue. Hex color #DFD4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD4EC is #202B13. Grayscale: #D9D9D9. Windows color (decimal): -2108180 or 15520991. OLE color: 15520991.

HSL color Cylindrical-coordinate representation of color #DFD4EC: hue angle of 267.5º degrees, saturation: 0.39, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFD4EC is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB223212236-
CMYK0.060.1000.07
HSL267.5º38.71%87.84%-
HSV(B)267.5º10.17%92.55%-
XYZ69.1268.8389-
YUV218.02138.14131.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 33.23%
GREEN value IS 212 (83.20% from 255) = 31.59%
BLUE value IS 236 (92.58% from 255) = 35.17%
R=33.23%
G=31.59%
B=35.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2232122360.060.1000.07267.538.7187.84
HexDFD4EC6A0710c2758
Octal3373243546120741447130
Binary110111111101010011101100110101001111000011001001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD4EC; }

 p { color: rgb(223,212,236); }

 H1.HeaderClassName
 {
   color: #DFD4EC;
 }
 .AnyTagClassName
 {
   color: #DFD4EC;
 }
</style>
background-color css

<style>
 a { background-color: #DFD4EC; }

 a { background-color: rgb(223,212,236); }

 div.DivClassName
 {
   background-color: #DFD4EC;
 }
 .BgClassName
 {
   background-color: #DFD4EC;
 }
</style>
border-color css

<style>
 span { border-color: #DFD4EC; }

 span { border-color: rgb(223,212,236); }

 td.TdClassName
 {
   border-color: #DFD4EC;
 }
 .TagClassName
 {
   border-color: #DFD4EC;
 }
</style>