#DFD7ED

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

Shades of Fog #DFD7ED

Tints of Fog #DFD7ED

Color information

#DFD7ED (or 0xDFD7ED) is unknown color: approx Fog. HEX triplet: DF, D7 and ED. RGB value is (223,215,237). Sum of RGB (Red+Green+Blue) = 223+215+237=675 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.04% from 675); Green value is 215 (84.38% from 255 or 31.85% from 675); Blue value is 237 (92.97% from 255 or 35.11% from 675); Max value from RGB is 237 - color contains mainly: blue. Hex color #DFD7ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD7ED is #202812. Grayscale: #DBDBDB. Windows color (decimal): -2107411 or 15587295. OLE color: 15587295.

HSL color Cylindrical-coordinate representation of color #DFD7ED: hue angle of 261.82º degrees, saturation: 0.38, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFD7ED is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB223215237-
CMYK0.060.0900.07
HSL261.82º37.93%88.63%-
HSV(B)261.82º9.28%92.94%-
XYZ70.0270.490.02-
YUV219.9137.65130.21-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.04%
GREEN value IS 215 (84.38% from 255) = 31.85%
BLUE value IS 237 (92.97% from 255) = 35.11%
R=33.04%
G=31.85%
B=35.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2232152370.060.0900.07261.8237.9388.63
HexDFD7ED69071062659
Octal3373273556110740646131
Binary110111111101011111101101110100101111000001101001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD7ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD7ED; }

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

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

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

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

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

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

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

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