#DFD5EB

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

Shades of Fog #DFD5EB

Tints of Fog #DFD5EB

Color information

#DFD5EB (or 0xDFD5EB) is unknown color: approx Fog. HEX triplet: DF, D5 and EB. RGB value is (223,213,235). Sum of RGB (Red+Green+Blue) = 223+213+235=671 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.23% from 671); Green value is 213 (83.59% from 255 or 31.74% from 671); Blue value is 235 (92.19% from 255 or 35.02% from 671); Max value from RGB is 235 - color contains mainly: blue. Hex color #DFD5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD5EB is #202A14. Grayscale: #DADADA. Windows color (decimal): -2107925 or 15455711. OLE color: 15455711.

HSL color Cylindrical-coordinate representation of color #DFD5EB: hue angle of 267.27º degrees, saturation: 0.35, 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 #DFD5EB is Cyan = 0.05, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB223213235-
CMYK0.050.0900.08
HSL267.27º35.48%87.84%-
HSV(B)267.27º9.36%92.16%-
XYZ69.2269.2788.32-
YUV218.5137.31131.21-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.23%
GREEN value IS 213 (83.59% from 255) = 31.74%
BLUE value IS 235 (92.19% from 255) = 35.02%
R=33.23%
G=31.74%
B=35.02%

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
Decimal2232132350.050.0900.08267.2735.4887.84
HexDFD5EB590810b2358
Octal33732535351101041343130
Binary1101111111010101111010111011001010001000010111000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD5EB; }

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

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

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

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

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

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

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

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