#DECCF9

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

Shades of Fog #DECCF9

Tints of Fog #DECCF9

Color information

#DECCF9 (or 0xDECCF9) is unknown color: approx Fog. HEX triplet: DE, CC and F9. RGB value is (222,204,249). Sum of RGB (Red+Green+Blue) = 222+204+249=675 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.89% from 675); Green value is 204 (80.08% from 255 or 30.22% from 675); Blue value is 249 (97.66% from 255 or 36.89% from 675); Max value from RGB is 249 - color contains mainly: blue. Hex color #DECCF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DECCF9 is #213306. Grayscale: #D6D6D6. Windows color (decimal): -2175751 or 16370910. OLE color: 16370910.

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

Color convert

RGB222204249-
CMYK0.110.1800.02
HSL264º78.95%88.82%-
HSV(B)264º18.07%97.65%-
XYZ68.8265.5598.65-
YUV214.51147.46133.34-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.89%
GREEN value IS 204 (80.08% from 255) = 30.22%
BLUE value IS 249 (97.66% from 255) = 36.89%
R=32.89%
G=30.22%
B=36.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222042490.110.1800.0226478.9588.82
HexDECCF9B12021084f59
Octal336314371132202410117131
Binary11011110110011001111100110111001001010000100010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECCF9; }

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

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

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

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

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

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

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

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