#DFDBE8

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

Shades of Fog #DFDBE8

Tints of Fog #DFDBE8

Color information

#DFDBE8 (or 0xDFDBE8) is unknown color: approx Fog. HEX triplet: DF, DB and E8. RGB value is (223,219,232). Sum of RGB (Red+Green+Blue) = 223+219+232=674 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.09% from 674); Green value is 219 (85.94% from 255 or 32.49% from 674); Blue value is 232 (91.02% from 255 or 34.42% from 674); Max value from RGB is 232 - color contains mainly: blue. Hex color #DFDBE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDBE8 is #202417. Grayscale: #DDDDDD. Windows color (decimal): -2106392 or 15260639. OLE color: 15260639.

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

Color convert

RGB223219232-
CMYK0.040.0600.09
HSL258.46º22.03%88.43%-
HSV(B)258.46º5.6%90.98%-
XYZ70.3372.1886.57-
YUV221.68133.83128.94-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.09%
GREEN value IS 219 (85.94% from 255) = 32.49%
BLUE value IS 232 (91.02% from 255) = 34.42%
R=33.09%
G=32.49%
B=34.42%

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
Decimal2232192320.040.0600.09258.4622.0388.43
HexDFDBE846091021658
Octal3373333504601140226130
Binary11011111110110111110100010011001001100000010101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDBE8; }

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

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

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

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

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

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

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

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