#DEC6F1

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

Shades of Fog #DEC6F1

Tints of Fog #DEC6F1

Color information

#DEC6F1 (or 0xDEC6F1) is unknown color: approx Fog. HEX triplet: DE, C6 and F1. RGB value is (222,198,241). Sum of RGB (Red+Green+Blue) = 222+198+241=661 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.59% from 661); Green value is 198 (77.73% from 255 or 29.95% from 661); Blue value is 241 (94.53% from 255 or 36.46% from 661); Max value from RGB is 241 - color contains mainly: blue. Hex color #DEC6F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC6F1 is #21390E. Grayscale: #D1D1D1. Windows color (decimal): -2177295 or 15845086. OLE color: 15845086.

HSL color Cylindrical-coordinate representation of color #DEC6F1: hue angle of 273.49º degrees, saturation: 0.61, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DEC6F1 is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB222198241-
CMYK0.080.1800.05
HSL273.49º60.56%86.08%-
HSV(B)273.49º17.84%94.51%-
XYZ66.262.2791.75-
YUV210.08145.45136.5-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.59%
GREEN value IS 198 (77.73% from 255) = 29.95%
BLUE value IS 241 (94.53% from 255) = 36.46%
R=33.59%
G=29.95%
B=36.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2221982410.080.1800.05273.4960.5686.08
HexDEC6F1812051113d56
Octal33630636110220542175126
Binary11011110110001101111000110001001001011000100011111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC6F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC6F1; }

 p { color: rgb(222,198,241); }

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

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

 a { background-color: rgb(222,198,241); }

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

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

 span { border-color: rgb(222,198,241); }

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