#DACCF5

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

Shades of Fog #DACCF5

Tints of Fog #DACCF5

Color information

#DACCF5 (or 0xDACCF5) is unknown color: approx Fog. HEX triplet: DA, CC and F5. RGB value is (218,204,245). Sum of RGB (Red+Green+Blue) = 218+204+245=667 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.68% from 667); Green value is 204 (80.08% from 255 or 30.58% from 667); Blue value is 245 (96.09% from 255 or 36.73% from 667); Max value from RGB is 245 - color contains mainly: blue. Hex color #DACCF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DACCF5 is #25330A. Grayscale: #D4D4D4. Windows color (decimal): -2437899 or 16108762. OLE color: 16108762.

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

Color convert

RGB218204245-
CMYK0.110.1700.04
HSL260.49º67.21%88.04%-
HSV(B)260.49º16.73%96.08%-
XYZ66.9964.6895.34-
YUV212.86146.14131.67-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.68%
GREEN value IS 204 (80.08% from 255) = 30.58%
BLUE value IS 245 (96.09% from 255) = 36.73%
R=32.68%
G=30.58%
B=36.73%

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
Decimal2182042450.110.1700.04260.4967.2188.04
HexDACCF5B11041044358
Octal332314365132104404103130
Binary110110101100110011110101101110001010010000010010000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACCF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACCF5; }

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

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

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

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

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

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

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

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