#DFDAE8

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

Shades of Fog #DFDAE8

Tints of Fog #DFDAE8

Color information

#DFDAE8 (or 0xDFDAE8) is unknown color: approx Fog. HEX triplet: DF, DA and E8. RGB value is (223,218,232). Sum of RGB (Red+Green+Blue) = 223+218+232=673 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.14% from 673); Green value is 218 (85.55% from 255 or 32.39% from 673); Blue value is 232 (91.02% from 255 or 34.47% from 673); Max value from RGB is 232 - color contains mainly: blue. Hex color #DFDAE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDAE8 is #202517. Grayscale: #DDDDDD. Windows color (decimal): -2106648 or 15260383. OLE color: 15260383.

HSL color Cylindrical-coordinate representation of color #DFDAE8: hue angle of 261.43º degrees, saturation: 0.23, 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 #DFDAE8 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB223218232-
CMYK0.040.0600.09
HSL261.43º23.33%88.24%-
HSV(B)261.43º6.03%90.98%-
XYZ70.0771.6686.48-
YUV221.09134.16129.36-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.14%
GREEN value IS 218 (85.55% from 255) = 32.39%
BLUE value IS 232 (91.02% from 255) = 34.47%
R=33.14%
G=32.39%
B=34.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2232182320.040.0600.09261.4323.3388.24
HexDFDAE846091051758
Octal3373323504601140527130
Binary11011111110110101110100010011001001100000101101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDAE8; }

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

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

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

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

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

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

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

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