#DFD5F6

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

Shades of Fog #DFD5F6

Tints of Fog #DFD5F6

Color information

#DFD5F6 (or 0xDFD5F6) is unknown color: approx Fog. HEX triplet: DF, D5 and F6. RGB value is (223,213,246). Sum of RGB (Red+Green+Blue) = 223+213+246=682 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.70% from 682); Green value is 213 (83.59% from 255 or 31.23% from 682); Blue value is 246 (96.48% from 255 or 36.07% from 682); Max value from RGB is 246 - color contains mainly: blue. Hex color #DFD5F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD5F6 is #202A09. Grayscale: #DBDBDB. Windows color (decimal): -2107914 or 16176607. OLE color: 16176607.

HSL color Cylindrical-coordinate representation of color #DFD5F6: hue angle of 258.18º degrees, saturation: 0.65, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DFD5F6 is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB223213246-
CMYK0.090.1300.04
HSL258.18º64.71%90%-
HSV(B)258.18º13.41%96.47%-
XYZ70.8669.9396.95-
YUV219.75142.81130.32-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.70%
GREEN value IS 213 (83.59% from 255) = 31.23%
BLUE value IS 246 (96.48% from 255) = 36.07%
R=32.70%
G=31.23%
B=36.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2232132460.090.1300.04258.1864.7190
HexDFD5F69D04102415a
Octal337325366111504402101132
Binary11011111110101011111011010011101010010000001010000011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD5F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD5F6; }

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

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

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

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

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

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

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

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