#DEC7EE

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

Shades of Fog #DEC7EE

Tints of Fog #DEC7EE

Color information

#DEC7EE (or 0xDEC7EE) is unknown color: approx Fog. HEX triplet: DE, C7 and EE. RGB value is (222,199,238). Sum of RGB (Red+Green+Blue) = 222+199+238=659 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.69% from 659); Green value is 199 (78.12% from 255 or 30.20% from 659); Blue value is 238 (93.36% from 255 or 36.12% from 659); Max value from RGB is 238 - color contains mainly: blue. Hex color #DEC7EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC7EE is #213811. Grayscale: #D2D2D2. Windows color (decimal): -2177042 or 15648734. OLE color: 15648734.

HSL color Cylindrical-coordinate representation of color #DEC7EE: hue angle of 275.38º degrees, saturation: 0.53, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DEC7EE is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB222199238-
CMYK0.070.1600.07
HSL275.38º53.42%85.69%-
HSV(B)275.38º16.39%93.33%-
XYZ65.9862.5589.48-
YUV210.32143.62136.33-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.69%
GREEN value IS 199 (78.12% from 255) = 30.20%
BLUE value IS 238 (93.36% from 255) = 36.12%
R=33.69%
G=30.20%
B=36.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2221992380.070.1600.07275.3853.4285.69
HexDEC7EE710071133556
Octal3363073567200742365126
Binary1101111011000111111011101111000001111000100111101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC7EE; }

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

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

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

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

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

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

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

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