#DFD4ED

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

Shades of Fog #DFD4ED

Tints of Fog #DFD4ED

Color information

#DFD4ED (or 0xDFD4ED) is unknown color: approx Fog. HEX triplet: DF, D4 and ED. RGB value is (223,212,237). Sum of RGB (Red+Green+Blue) = 223+212+237=672 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.18% from 672); Green value is 212 (83.20% from 255 or 31.55% from 672); Blue value is 237 (92.97% from 255 or 35.27% from 672); Max value from RGB is 237 - color contains mainly: blue. Hex color #DFD4ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD4ED is #202B12. Grayscale: #DADADA. Windows color (decimal): -2108179 or 15586527. OLE color: 15586527.

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

Color convert

RGB223212237-
CMYK0.060.1100.07
HSL266.4º40.98%88.04%-
HSV(B)266.4º10.55%92.94%-
XYZ69.2668.8989.77-
YUV218.14138.64131.47-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.18%
GREEN value IS 212 (83.20% from 255) = 31.55%
BLUE value IS 237 (92.97% from 255) = 35.27%
R=33.18%
G=31.55%
B=35.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2232122370.060.1100.07266.440.9888.04
HexDFD4ED6B0710a2958
Octal3373243556130741251130
Binary110111111101010011101101110101101111000010101010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD4ED; }

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

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

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

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

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

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

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

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