#DACCF3

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

Shades of Fog #DACCF3

Tints of Fog #DACCF3

Color information

#DACCF3 (or 0xDACCF3) is unknown color: approx Fog. HEX triplet: DA, CC and F3. RGB value is (218,204,243). Sum of RGB (Red+Green+Blue) = 218+204+243=665 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.78% from 665); Green value is 204 (80.08% from 255 or 30.68% from 665); Blue value is 243 (95.31% from 255 or 36.54% from 665); Max value from RGB is 243 - color contains mainly: blue. Hex color #DACCF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DACCF3 is #25330C. Grayscale: #D4D4D4. Windows color (decimal): -2437901 or 15977690. OLE color: 15977690.

HSL color Cylindrical-coordinate representation of color #DACCF3: hue angle of 261.54º degrees, saturation: 0.62, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DACCF3 is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB218204243-
CMYK0.100.1600.05
HSL261.54º61.9%87.65%-
HSV(B)261.54º16.05%95.29%-
XYZ66.6864.5693.74-
YUV212.63145.14131.83-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.78%
GREEN value IS 204 (80.08% from 255) = 30.68%
BLUE value IS 243 (95.31% from 255) = 36.54%
R=32.78%
G=30.68%
B=36.54%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182042430.100.1600.05261.5461.987.65
HexDACCF3A10051063e58
Octal33231436312200540676130
Binary11011010110011001111001110101000001011000001101111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACCF3; }

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

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

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

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

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

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

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

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