#DFD6ED

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

Shades of Fog #DFD6ED

Tints of Fog #DFD6ED

Color information

#DFD6ED (or 0xDFD6ED) is unknown color: approx Fog. HEX triplet: DF, D6 and ED. RGB value is (223,214,237). Sum of RGB (Red+Green+Blue) = 223+214+237=674 (89% of max value = 765). Red value is 223 (87.5% from 255 or 33.09% from 674); Green value is 214 (83.98% from 255 or 31.75% from 674); Blue value is 237 (92.97% from 255 or 35.16% from 674); Max value from RGB is 237 - color contains mainly: blue. Hex color #DFD6ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFD6ED is #202912. Grayscale: #DBDBDB. Windows color (decimal): -2107667 or 15587039. OLE color: 15587039.

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

Color convert

RGB223214237-
CMYK0.060.1000.07
HSL263.48º38.98%88.43%-
HSV(B)263.48º9.7%92.94%-
XYZ69.7669.989.93-
YUV219.31137.98130.63-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.09%
GREEN value IS 214 (83.98% from 255) = 31.75%
BLUE value IS 237 (92.97% from 255) = 35.16%
R=33.09%
G=31.75%
B=35.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2232142370.060.1000.07263.4838.9888.43
HexDFD6ED6A071072758
Octal3373263556120740747130
Binary110111111101011011101101110101001111000001111001111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFD6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFD6ED; }

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

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

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

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

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

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

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

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