#DACCF7

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

Shades of Fog #DACCF7

Tints of Fog #DACCF7

Color information

#DACCF7 (or 0xDACCF7) is unknown color: approx Fog. HEX triplet: DA, CC and F7. RGB value is (218,204,247). Sum of RGB (Red+Green+Blue) = 218+204+247=669 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.59% from 669); Green value is 204 (80.08% from 255 or 30.49% from 669); Blue value is 247 (96.88% from 255 or 36.92% from 669); Max value from RGB is 247 - color contains mainly: blue. Hex color #DACCF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DACCF7 is #253308. Grayscale: #D4D4D4. Windows color (decimal): -2437897 or 16239834. OLE color: 16239834.

HSL color Cylindrical-coordinate representation of color #DACCF7: hue angle of 259.53º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DACCF7 is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB218204247-
CMYK0.120.1700.03
HSL259.53º72.88%88.43%-
HSV(B)259.53º17.41%96.86%-
XYZ67.2964.8196.96-
YUV213.09147.14131.5-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.59%
GREEN value IS 204 (80.08% from 255) = 30.49%
BLUE value IS 247 (96.88% from 255) = 36.92%
R=32.59%
G=30.49%
B=36.92%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2182042470.120.1700.03259.5372.8888.43
HexDACCF7C11031044958
Octal332314367142103404111130
Binary11011010110011001111011111001000101110000010010010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACCF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACCF7; }

 p { color: rgb(218,204,247); }

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

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

 a { background-color: rgb(218,204,247); }

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

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

 span { border-color: rgb(218,204,247); }

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