#DFDBE9

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

Shades of Fog #DFDBE9

Tints of Fog #DFDBE9

Color information

#DFDBE9 (or 0xDFDBE9) is unknown color: approx Fog. HEX triplet: DF, DB and E9. RGB value is (223,219,233). Sum of RGB (Red+Green+Blue) = 223+219+233=675 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.04% from 675); Green value is 219 (85.94% from 255 or 32.44% from 675); Blue value is 233 (91.41% from 255 or 34.52% from 675); Max value from RGB is 233 - color contains mainly: blue. Hex color #DFDBE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDBE9 is #202416. Grayscale: #DDDDDD. Windows color (decimal): -2106391 or 15326175. OLE color: 15326175.

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

Color convert

RGB223219233-
CMYK0.040.0600.09
HSL257.14º24.14%88.63%-
HSV(B)257.14º6.01%91.37%-
XYZ70.4772.2387.32-
YUV221.79134.33128.86-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.04%
GREEN value IS 219 (85.94% from 255) = 32.44%
BLUE value IS 233 (91.41% from 255) = 34.52%
R=33.04%
G=32.44%
B=34.52%

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
Decimal2232192330.040.0600.09257.1424.1488.63
HexDFDBE946091011859
Octal3373333514601140130131
Binary11011111110110111110100110011001001100000001110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDBE9; }

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

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

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

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

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

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

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

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