#DACCF6

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

Shades of Fog #DACCF6

Tints of Fog #DACCF6

Color information

#DACCF6 (or 0xDACCF6) is unknown color: approx Fog. HEX triplet: DA, CC and F6. RGB value is (218,204,246). Sum of RGB (Red+Green+Blue) = 218+204+246=668 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.63% from 668); Green value is 204 (80.08% from 255 or 30.54% from 668); Blue value is 246 (96.48% from 255 or 36.83% from 668); Max value from RGB is 246 - color contains mainly: blue. Hex color #DACCF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DACCF6 is #253309. Grayscale: #D4D4D4. Windows color (decimal): -2437898 or 16174298. OLE color: 16174298.

HSL color Cylindrical-coordinate representation of color #DACCF6: hue angle of 260º 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 #DACCF6 is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB218204246-
CMYK0.110.1700.04
HSL260º70%88.24%-
HSV(B)260º17.07%96.47%-
XYZ67.1464.7496.15-
YUV212.97146.64131.58-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.63%
GREEN value IS 204 (80.08% from 255) = 30.54%
BLUE value IS 246 (96.48% from 255) = 36.83%
R=32.63%
G=30.54%
B=36.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2182042460.110.1700.042607088.24
HexDACCF6B11041044658
Octal332314366132104404106130
Binary110110101100110011110110101110001010010000010010001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACCF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACCF6; }

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

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

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

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

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

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

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

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