#DFD6EB

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

Shades of Fog #DFD6EB

Tints of Fog #DFD6EB

Color information

#DFD6EB (or 0xDFD6EB) is unknown color: approx Fog. HEX triplet: DF, D6 and EB. RGB value is (223,214,235). Sum of RGB (Red+Green+Blue) = 223+214+235=672 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.18% from 672); Green value is 214 (83.98% from 255 or 31.85% from 672); Blue value is 235 (92.19% from 255 or 34.97% from 672); Max value from RGB is 235 - color contains mainly: blue. Hex color #DFD6EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD6EB is #202914. Grayscale: #DBDBDB. Windows color (decimal): -2107669 or 15455967. OLE color: 15455967.

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

Color convert

RGB223214235-
CMYK0.050.0900.08
HSL265.71º34.43%88.04%-
HSV(B)265.71º8.94%92.16%-
XYZ69.4769.7888.4-
YUV219.08136.98130.79-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.18%
GREEN value IS 214 (83.98% from 255) = 31.85%
BLUE value IS 235 (92.19% from 255) = 34.97%
R=33.18%
G=31.85%
B=34.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2232142350.050.0900.08265.7134.4388.04
HexDFD6EB590810a2258
Octal33732635351101041242130
Binary1101111111010110111010111011001010001000010101000101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD6EB; }

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

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

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

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

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

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

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

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