#DFD7EF

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

Shades of Fog #DFD7EF

Tints of Fog #DFD7EF

Color information

#DFD7EF (or 0xDFD7EF) is unknown color: approx Fog. HEX triplet: DF, D7 and EF. RGB value is (223,215,239). Sum of RGB (Red+Green+Blue) = 223+215+239=677 (89% of max value = 765). Red value is 223 (87.5% from 255 or 32.94% from 677); Green value is 215 (84.38% from 255 or 31.76% from 677); Blue value is 239 (93.75% from 255 or 35.30% from 677); Max value from RGB is 239 - color contains mainly: blue. Hex color #DFD7EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD7EF is #202810. Grayscale: #DCDCDC. Windows color (decimal): -2107409 or 15718367. OLE color: 15718367.

HSL color Cylindrical-coordinate representation of color #DFD7EF: hue angle of 260º degrees, saturation: 0.43, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFD7EF is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB223215239-
CMYK0.070.1000.06
HSL260º42.86%89.02%-
HSV(B)260º10.04%93.73%-
XYZ70.3170.5291.57-
YUV220.13138.65130.05-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.94%
GREEN value IS 215 (84.38% from 255) = 31.76%
BLUE value IS 239 (93.75% from 255) = 35.30%
R=32.94%
G=31.76%
B=35.30%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2232152390.070.1000.0626042.8689.02
HexDFD7EF7A061042b59
Octal3373273577120640453131
Binary110111111101011111101111111101001101000001001010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD7EF; }

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

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

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

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

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

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

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

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