#DEC3F9

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

Shades of Fog #DEC3F9

Tints of Fog #DEC3F9

Color information

#DEC3F9 (or 0xDEC3F9) is unknown color: approx Fog. HEX triplet: DE, C3 and F9. RGB value is (222,195,249). Sum of RGB (Red+Green+Blue) = 222+195+249=666 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.33% from 666); Green value is 195 (76.56% from 255 or 29.28% from 666); Blue value is 249 (97.66% from 255 or 37.39% from 666); Max value from RGB is 249 - color contains mainly: blue. Hex color #DEC3F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC3F9 is #213C06. Grayscale: #D1D1D1. Windows color (decimal): -2178055 or 16368606. OLE color: 16368606.

HSL color Cylindrical-coordinate representation of color #DEC3F9: hue angle of 270º degrees, saturation: 0.82, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DEC3F9 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB222195249-
CMYK0.110.2200.02
HSL270º81.82%87.06%-
HSV(B)270º21.69%97.65%-
XYZ66.7461.497.96-
YUV209.23150.45137.11-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.33%
GREEN value IS 195 (76.56% from 255) = 29.28%
BLUE value IS 249 (97.66% from 255) = 37.39%
R=33.33%
G=29.28%
B=37.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2221952490.110.2200.0227081.8287.06
HexDEC3F9B160210e5257
Octal336303371132602416122127
Binary11011110110000111111100110111011001010000111010100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC3F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC3F9; }

 p { color: rgb(222,195,249); }

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

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

 a { background-color: rgb(222,195,249); }

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

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

 span { border-color: rgb(222,195,249); }

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