#DFD7EB

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

Shades of Fog #DFD7EB

Tints of Fog #DFD7EB

Color information

#DFD7EB (or 0xDFD7EB) is unknown color: approx Fog. HEX triplet: DF, D7 and EB. RGB value is (223,215,235). Sum of RGB (Red+Green+Blue) = 223+215+235=673 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.14% from 673); Green value is 215 (84.38% from 255 or 31.95% from 673); Blue value is 235 (92.19% from 255 or 34.92% from 673); Max value from RGB is 235 - color contains mainly: blue. Hex color #DFD7EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD7EB is #202814. Grayscale: #DBDBDB. Windows color (decimal): -2107413 or 15456223. OLE color: 15456223.

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

Color convert

RGB223215235-
CMYK0.050.0900.08
HSL264º33.33%88.24%-
HSV(B)264º8.51%92.16%-
XYZ69.7370.2988.49-
YUV219.67136.65130.37-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.14%
GREEN value IS 215 (84.38% from 255) = 31.95%
BLUE value IS 235 (92.19% from 255) = 34.92%
R=33.14%
G=31.95%
B=34.92%

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
Decimal2232152350.050.0900.0826433.3388.24
HexDFD7EB59081082158
Octal33732735351101041041130
Binary1101111111010111111010111011001010001000010001000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD7EB; }

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

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

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

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

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

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

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

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