#DACCF9

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

Shades of Fog #DACCF9

Tints of Fog #DACCF9

Color information

#DACCF9 (or 0xDACCF9) is unknown color: approx Fog. HEX triplet: DA, CC and F9. RGB value is (218,204,249). Sum of RGB (Red+Green+Blue) = 218+204+249=671 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.49% from 671); Green value is 204 (80.08% from 255 or 30.40% from 671); Blue value is 249 (97.66% from 255 or 37.11% from 671); Max value from RGB is 249 - color contains mainly: blue. Hex color #DACCF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DACCF9 is #253306. Grayscale: #D5D5D5. Windows color (decimal): -2437895 or 16370906. OLE color: 16370906.

HSL color Cylindrical-coordinate representation of color #DACCF9: hue angle of 258.67º 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 #DACCF9 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB218204249-
CMYK0.120.1800.02
HSL258.67º78.95%88.82%-
HSV(B)258.67º18.07%97.65%-
XYZ67.6164.9398.59-
YUV213.32148.14131.34-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.49%
GREEN value IS 204 (80.08% from 255) = 30.40%
BLUE value IS 249 (97.66% from 255) = 37.11%
R=32.49%
G=30.40%
B=37.11%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182042490.120.1800.02258.6778.9588.82
HexDACCF9C12021034f59
Octal332314371142202403117131
Binary11011010110011001111100111001001001010000001110011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACCF9; }

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

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

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

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

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

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

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

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