#DFD8ED

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

Shades of Fog #DFD8ED

Tints of Fog #DFD8ED

Color information

#DFD8ED (or 0xDFD8ED) is unknown color: approx Fog. HEX triplet: DF, D8 and ED. RGB value is (223,216,237). Sum of RGB (Red+Green+Blue) = 223+216+237=676 (89% of max value = 765). Red value is 223 (87.5% from 255 or 32.99% from 676); Green value is 216 (84.77% from 255 or 31.95% from 676); Blue value is 237 (92.97% from 255 or 35.06% from 676); Max value from RGB is 237 - color contains mainly: blue. Hex color #DFD8ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD8ED is #202712. Grayscale: #DCDCDC. Windows color (decimal): -2107155 or 15587551. OLE color: 15587551.

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

Color convert

RGB223216237-
CMYK0.060.0900.07
HSL260º36.84%88.82%-
HSV(B)260º8.86%92.94%-
XYZ70.2770.9190.1-
YUV220.49137.32129.79-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.99%
GREEN value IS 216 (84.77% from 255) = 31.95%
BLUE value IS 237 (92.97% from 255) = 35.06%
R=32.99%
G=31.95%
B=35.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2232162370.060.0900.0726036.8488.82
HexDFD8ED69071042559
Octal3373303556110740445131
Binary110111111101100011101101110100101111000001001001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD8ED; }

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

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

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

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

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

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

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

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