#DACCEC

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

Shades of Fog #DACCEC

Tints of Fog #DACCEC

Color information

#DACCEC (or 0xDACCEC) is unknown color: approx Fog. HEX triplet: DA, CC and EC. RGB value is (218,204,236). Sum of RGB (Red+Green+Blue) = 218+204+236=658 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.13% from 658); Green value is 204 (80.08% from 255 or 31.00% from 658); Blue value is 236 (92.58% from 255 or 35.87% from 658); Max value from RGB is 236 - color contains mainly: blue. Hex color #DACCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DACCEC is #253313. Grayscale: #D3D3D3. Windows color (decimal): -2437908 or 15518938. OLE color: 15518938.

HSL color Cylindrical-coordinate representation of color #DACCEC: hue angle of 266.25º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DACCEC is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB218204236-
CMYK0.080.1400.07
HSL266.25º45.71%86.27%-
HSV(B)266.25º13.56%92.55%-
XYZ65.6564.1588.28-
YUV211.83141.64132.4-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.13%
GREEN value IS 204 (80.08% from 255) = 31.00%
BLUE value IS 236 (92.58% from 255) = 35.87%
R=33.13%
G=31.00%
B=35.87%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182042360.080.1400.07266.2545.7186.27
HexDACCEC8E0710a2e56
Octal33231435410160741256126
Binary1101101011001100111011001000111001111000010101011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACCEC; }

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

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

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

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

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

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

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

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