#DEDAE9

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

Shades of Fog #DEDAE9

Tints of Fog #DEDAE9

Color information

#DEDAE9 (or 0xDEDAE9) is unknown color: approx Fog. HEX triplet: DE, DA and E9. RGB value is (222,218,233). Sum of RGB (Red+Green+Blue) = 222+218+233=673 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.99% from 673); Green value is 218 (85.55% from 255 or 32.39% from 673); Blue value is 233 (91.41% from 255 or 34.62% from 673); Max value from RGB is 233 - color contains mainly: blue. Hex color #DEDAE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEDAE9 is #212516. Grayscale: #DCDCDC. Windows color (decimal): -2172183 or 15325918. OLE color: 15325918.

HSL color Cylindrical-coordinate representation of color #DEDAE9: hue angle of 256º degrees, saturation: 0.25, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DEDAE9 is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB222218233-
CMYK0.050.0600.09
HSL256º25.42%88.43%-
HSV(B)256º6.44%91.37%-
XYZ69.971.5687.22-
YUV220.91134.83128.78-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.99%
GREEN value IS 218 (85.55% from 255) = 32.39%
BLUE value IS 233 (91.41% from 255) = 34.62%
R=32.99%
G=32.39%
B=34.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2222182330.050.0600.0925625.4288.43
HexDEDAE956091001958
Octal3363323515601140031130
Binary11011110110110101110100110111001001100000000110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDAE9; }

 p { color: rgb(222,218,233); }

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

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

 a { background-color: rgb(222,218,233); }

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

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

 span { border-color: rgb(222,218,233); }

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