#DFDAEB

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

Shades of Fog #DFDAEB

Tints of Fog #DFDAEB

Color information

#DFDAEB (or 0xDFDAEB) is unknown color: approx Fog. HEX triplet: DF, DA and EB. RGB value is (223,218,235). Sum of RGB (Red+Green+Blue) = 223+218+235=676 (89% of max value = 765). Red value is 223 (87.5% from 255 or 32.99% from 676); Green value is 218 (85.55% from 255 or 32.25% from 676); Blue value is 235 (92.19% from 255 or 34.76% from 676); Max value from RGB is 235 - color contains mainly: blue. Hex color #DFDAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFDAEB is #202514. Grayscale: #DDDDDD. Windows color (decimal): -2106645 or 15456991. OLE color: 15456991.

HSL color Cylindrical-coordinate representation of color #DFDAEB: hue angle of 257.65º degrees, saturation: 0.3, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DFDAEB is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB223218235-
CMYK0.050.0700.08
HSL257.65º29.82%88.82%-
HSV(B)257.65º7.23%92.16%-
XYZ70.571.8388.75-
YUV221.43135.66129.12-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.99%
GREEN value IS 218 (85.55% from 255) = 32.25%
BLUE value IS 235 (92.19% from 255) = 34.76%
R=32.99%
G=32.25%
B=34.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2232182350.050.0700.08257.6529.8288.82
HexDFDAEB57081021e59
Octal3373323535701040236131
Binary11011111110110101110101110111101000100000010111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDAEB; }

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

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

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

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

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

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

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

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