#DEC5EE

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

Shades of Fog #DEC5EE

Tints of Fog #DEC5EE

Color information

#DEC5EE (or 0xDEC5EE) is unknown color: approx Fog. HEX triplet: DE, C5 and EE. RGB value is (222,197,238). Sum of RGB (Red+Green+Blue) = 222+197+238=657 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.79% from 657); Green value is 197 (77.34% from 255 or 29.98% from 657); Blue value is 238 (93.36% from 255 or 36.23% from 657); Max value from RGB is 238 - color contains mainly: blue. Hex color #DEC5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC5EE is #213A11. Grayscale: #D1D1D1. Windows color (decimal): -2177554 or 15648222. OLE color: 15648222.

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

Color convert

RGB222197238-
CMYK0.070.1700.07
HSL276.59º54.67%85.29%-
HSV(B)276.59º17.23%93.33%-
XYZ65.5261.6489.33-
YUV209.15144.28137.17-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.79%
GREEN value IS 197 (77.34% from 255) = 29.98%
BLUE value IS 238 (93.36% from 255) = 36.23%
R=33.79%
G=29.98%
B=36.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2221972380.070.1700.07276.5954.6785.29
HexDEC5EE711071153755
Octal3363053567210742567125
Binary1101111011000101111011101111000101111000101011101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC5EE; }

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

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

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

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

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

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

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

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