#DED6EE

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

Shades of Fog #DED6EE

Tints of Fog #DED6EE

Color information

#DED6EE (or 0xDED6EE) is unknown color: approx Fog. HEX triplet: DE, D6 and EE. RGB value is (222,214,238). Sum of RGB (Red+Green+Blue) = 222+214+238=674 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.94% from 674); Green value is 214 (83.98% from 255 or 31.75% from 674); Blue value is 238 (93.36% from 255 or 35.31% from 674); Max value from RGB is 238 - color contains mainly: blue. Hex color #DED6EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED6EE is #212911. Grayscale: #DBDBDB. Windows color (decimal): -2173202 or 15652574. OLE color: 15652574.

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

Color convert

RGB222214238-
CMYK0.070.1000.07
HSL260º41.38%88.63%-
HSV(B)260º10.08%93.33%-
XYZ69.669.890.69-
YUV219.13138.65130.05-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.94%
GREEN value IS 214 (83.98% from 255) = 31.75%
BLUE value IS 238 (93.36% from 255) = 35.31%
R=32.94%
G=31.75%
B=35.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2222142380.070.1000.0726041.3888.63
HexDED6EE7A071042959
Octal3363263567120740451131
Binary110111101101011011101110111101001111000001001010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED6EE; }

 p { color: rgb(222,214,238); }

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

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

 a { background-color: rgb(222,214,238); }

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

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

 span { border-color: rgb(222,214,238); }

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