#DFDAE7

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

Shades of Fog #DFDAE7

Tints of Fog #DFDAE7

Color information

#DFDAE7 (or 0xDFDAE7) is unknown color: approx Fog. HEX triplet: DF, DA and E7. RGB value is (223,218,231). Sum of RGB (Red+Green+Blue) = 223+218+231=672 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.18% from 672); Green value is 218 (85.55% from 255 or 32.44% from 672); Blue value is 231 (90.62% from 255 or 34.38% from 672); Max value from RGB is 231 - color contains mainly: blue. Hex color #DFDAE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDAE7 is #202518. Grayscale: #DCDCDC. Windows color (decimal): -2106649 or 15194847. OLE color: 15194847.

HSL color Cylindrical-coordinate representation of color #DFDAE7: hue angle of 263.08º degrees, saturation: 0.21, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DFDAE7 is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB223218231-
CMYK0.030.0600.09
HSL263.08º21.31%88.04%-
HSV(B)263.08º5.63%90.59%-
XYZ69.9371.685.74-
YUV220.98133.66129.44-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.18%
GREEN value IS 218 (85.55% from 255) = 32.44%
BLUE value IS 231 (90.62% from 255) = 34.38%
R=33.18%
G=32.44%
B=34.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2232182310.030.0600.09263.0821.3188.04
HexDFDAE736091071558
Octal3373323473601140725130
Binary1101111111011010111001111111001001100000111101011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDAE7; }

 p { color: rgb(223,218,231); }

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

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

 a { background-color: rgb(223,218,231); }

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

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

 span { border-color: rgb(223,218,231); }

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