#DFD2EF

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

Shades of Fog #DFD2EF

Tints of Fog #DFD2EF

Color information

#DFD2EF (or 0xDFD2EF) is unknown color: approx Fog. HEX triplet: DF, D2 and EF. RGB value is (223,210,239). Sum of RGB (Red+Green+Blue) = 223+210+239=672 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.18% from 672); Green value is 210 (82.42% from 255 or 31.25% from 672); Blue value is 239 (93.75% from 255 or 35.57% from 672); Max value from RGB is 239 - color contains mainly: blue. Hex color #DFD2EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD2EF is #202D10. Grayscale: #D9D9D9. Windows color (decimal): -2108689 or 15717087. OLE color: 15717087.

HSL color Cylindrical-coordinate representation of color #DFD2EF: hue angle of 266.9º degrees, saturation: 0.48, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFD2EF is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB223210239-
CMYK0.070.1200.06
HSL266.9º47.54%88.04%-
HSV(B)266.9º12.13%93.73%-
XYZ69.0668.0191.15-
YUV217.19140.31132.14-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.18%
GREEN value IS 210 (82.42% from 255) = 31.25%
BLUE value IS 239 (93.75% from 255) = 35.57%
R=33.18%
G=31.25%
B=35.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2232102390.070.1200.06266.947.5488.04
HexDFD2EF7C0610b3058
Octal3373223577140641360130
Binary110111111101001011101111111110001101000010111100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD2EF; }

 p { color: rgb(223,210,239); }

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

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

 a { background-color: rgb(223,210,239); }

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

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

 span { border-color: rgb(223,210,239); }

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