#DACCF1

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

Shades of Fog #DACCF1

Tints of Fog #DACCF1

Color information

#DACCF1 (or 0xDACCF1) is unknown color: approx Fog. HEX triplet: DA, CC and F1. RGB value is (218,204,241). Sum of RGB (Red+Green+Blue) = 218+204+241=663 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.88% from 663); Green value is 204 (80.08% from 255 or 30.77% from 663); Blue value is 241 (94.53% from 255 or 36.35% from 663); Max value from RGB is 241 - color contains mainly: blue. Hex color #DACCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DACCF1 is #25330E. Grayscale: #D4D4D4. Windows color (decimal): -2437903 or 15846618. OLE color: 15846618.

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

Color convert

RGB218204241-
CMYK0.100.1500.05
HSL262.7º56.92%87.25%-
HSV(B)262.7º15.35%94.51%-
XYZ66.3864.4492.16-
YUV212.4144.14131.99-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.88%
GREEN value IS 204 (80.08% from 255) = 30.77%
BLUE value IS 241 (94.53% from 255) = 36.35%
R=32.88%
G=30.77%
B=36.35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182042410.100.1500.05262.756.9287.25
HexDACCF1AF051073957
Octal33231436112170540771127
Binary1101101011001100111100011010111101011000001111110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACCF1; }

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

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

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

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

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

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

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

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