#DFD3ED

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

Shades of Fog #DFD3ED

Tints of Fog #DFD3ED

Color information

#DFD3ED (or 0xDFD3ED) is unknown color: approx Fog. HEX triplet: DF, D3 and ED. RGB value is (223,211,237). Sum of RGB (Red+Green+Blue) = 223+211+237=671 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.23% from 671); Green value is 211 (82.81% from 255 or 31.45% from 671); Blue value is 237 (92.97% from 255 or 35.32% from 671); Max value from RGB is 237 - color contains mainly: blue. Hex color #DFD3ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD3ED is #202C12. Grayscale: #D9D9D9. Windows color (decimal): -2108435 or 15586271. OLE color: 15586271.

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

Color convert

RGB223211237-
CMYK0.060.1100.07
HSL267.69º41.94%87.84%-
HSV(B)267.69º10.97%92.94%-
XYZ69.0168.3989.68-
YUV217.55138.98131.89-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.23%
GREEN value IS 211 (82.81% from 255) = 31.45%
BLUE value IS 237 (92.97% from 255) = 35.32%
R=33.23%
G=31.45%
B=35.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2232112370.060.1100.07267.6941.9487.84
HexDFD3ED6B0710c2a58
Octal3373233556130741452130
Binary110111111101001111101101110101101111000011001010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD3ED; }

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

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

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

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

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

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

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

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