#DEC0EE

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

Shades of Fog #DEC0EE

Tints of Fog #DEC0EE

Color information

#DEC0EE (or 0xDEC0EE) is unknown color: approx Fog. HEX triplet: DE, C0 and EE. RGB value is (222,192,238). Sum of RGB (Red+Green+Blue) = 222+192+238=652 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.05% from 652); Green value is 192 (75.39% from 255 or 29.45% from 652); Blue value is 238 (93.36% from 255 or 36.50% from 652); Max value from RGB is 238 - color contains mainly: blue. Hex color #DEC0EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC0EE is #213F11. Grayscale: #CECECE. Windows color (decimal): -2178834 or 15646942. OLE color: 15646942.

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

Color convert

RGB222192238-
CMYK0.070.1900.07
HSL279.13º57.5%84.31%-
HSV(B)279.13º19.33%93.33%-
XYZ64.4159.488.96-
YUV206.21145.94139.26-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.05%
GREEN value IS 192 (75.39% from 255) = 29.45%
BLUE value IS 238 (93.36% from 255) = 36.50%
R=34.05%
G=29.45%
B=36.50%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2221922380.070.1900.07279.1357.584.31
HexDEC0EE713071173a54
Octal3363003567230742772124
Binary1101111011000000111011101111001101111000101111110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC0EE; }

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

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

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

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

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

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

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

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