#DFD7EA

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

Shades of Fog #DFD7EA

Tints of Fog #DFD7EA

Color information

#DFD7EA (or 0xDFD7EA) is unknown color: approx Fog. HEX triplet: DF, D7 and EA. RGB value is (223,215,234). Sum of RGB (Red+Green+Blue) = 223+215+234=672 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.18% from 672); Green value is 215 (84.38% from 255 or 31.99% from 672); Blue value is 234 (91.80% from 255 or 34.82% from 672); Max value from RGB is 234 - color contains mainly: blue. Hex color #DFD7EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD7EA is #202815. Grayscale: #DBDBDB. Windows color (decimal): -2107414 or 15390687. OLE color: 15390687.

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

Color convert

RGB223215234-
CMYK0.050.0800.08
HSL265.26º31.15%88.04%-
HSV(B)265.26º8.12%91.76%-
XYZ69.5870.2387.73-
YUV219.56136.15130.46-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.18%
GREEN value IS 215 (84.38% from 255) = 31.99%
BLUE value IS 234 (91.80% from 255) = 34.82%
R=33.18%
G=31.99%
B=34.82%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2232152340.050.0800.08265.2631.1588.04
HexDFD7EA58081091f58
Octal33732735251001041137130
Binary110111111101011111101010101100001000100001001111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD7EA; }

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

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

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

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

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

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

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

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