#DACCF0

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

Shades of Fog #DACCF0

Tints of Fog #DACCF0

Color information

#DACCF0 (or 0xDACCF0) is unknown color: approx Fog. HEX triplet: DA, CC and F0. RGB value is (218,204,240). Sum of RGB (Red+Green+Blue) = 218+204+240=662 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.93% from 662); Green value is 204 (80.08% from 255 or 30.82% from 662); Blue value is 240 (94.14% from 255 or 36.25% from 662); Max value from RGB is 240 - color contains mainly: blue. Hex color #DACCF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DACCF0 is #25330F. Grayscale: #D4D4D4. Windows color (decimal): -2437904 or 15781082. OLE color: 15781082.

HSL color Cylindrical-coordinate representation of color #DACCF0: hue angle of 263.33º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DACCF0 is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB218204240-
CMYK0.090.1500.06
HSL263.33º54.55%87.06%-
HSV(B)263.33º15%94.12%-
XYZ66.2364.3891.37-
YUV212.29143.64132.07-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.93%
GREEN value IS 204 (80.08% from 255) = 30.82%
BLUE value IS 240 (94.14% from 255) = 36.25%
R=32.93%
G=30.82%
B=36.25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2182042400.090.1500.06263.3354.5587.06
HexDACCF09F061073757
Octal33231436011170640767127
Binary1101101011001100111100001001111101101000001111101111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACCF0; }

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

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

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

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

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

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

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

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