#DECCF6

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

Shades of Fog #DECCF6

Tints of Fog #DECCF6

Color information

#DECCF6 (or 0xDECCF6) is unknown color: approx Fog. HEX triplet: DE, CC and F6. RGB value is (222,204,246). Sum of RGB (Red+Green+Blue) = 222+204+246=672 (89% of max value = 765). Red value is 222 (87.11% from 255 or 33.04% from 672); Green value is 204 (80.08% from 255 or 30.36% from 672); Blue value is 246 (96.48% from 255 or 36.61% from 672); Max value from RGB is 246 - color contains mainly: blue. Hex color #DECCF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DECCF6 is #213309. Grayscale: #D6D6D6. Windows color (decimal): -2175754 or 16174302. OLE color: 16174302.

HSL color Cylindrical-coordinate representation of color #DECCF6: hue angle of 265.71º degrees, saturation: 0.7, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DECCF6 is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB222204246-
CMYK0.100.1700.04
HSL265.71º70%88.24%-
HSV(B)265.71º17.07%96.47%-
XYZ68.3565.3796.2-
YUV214.17145.96133.58-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.04%
GREEN value IS 204 (80.08% from 255) = 30.36%
BLUE value IS 246 (96.48% from 255) = 36.61%
R=33.04%
G=30.36%
B=36.61%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2222042460.100.1700.04265.717088.24
HexDECCF6A110410a4658
Octal336314366122104412106130
Binary110111101100110011110110101010001010010000101010001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECCF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECCF6; }

 p { color: rgb(222,204,246); }

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

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

 a { background-color: rgb(222,204,246); }

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

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

 span { border-color: rgb(222,204,246); }

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