#DACCEE

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

Shades of Fog #DACCEE

Tints of Fog #DACCEE

Color information

#DACCEE (or 0xDACCEE) is unknown color: approx Fog. HEX triplet: DA, CC and EE. RGB value is (218,204,238). Sum of RGB (Red+Green+Blue) = 218+204+238=660 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.03% from 660); Green value is 204 (80.08% from 255 or 30.91% from 660); Blue value is 238 (93.36% from 255 or 36.06% from 660); Max value from RGB is 238 - color contains mainly: blue. Hex color #DACCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DACCEE is #253311. Grayscale: #D3D3D3. Windows color (decimal): -2437906 or 15650010. OLE color: 15650010.

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

Color convert

RGB218204238-
CMYK0.080.1400.07
HSL264.71º50%86.67%-
HSV(B)264.71º14.29%93.33%-
XYZ65.9464.2689.82-
YUV212.06142.64132.24-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.03%
GREEN value IS 204 (80.08% from 255) = 30.91%
BLUE value IS 238 (93.36% from 255) = 36.06%
R=33.03%
G=30.91%
B=36.06%

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
Decimal2182042380.080.1400.07264.715086.67
HexDACCEE8E071093257
Octal33231435610160741162127
Binary1101101011001100111011101000111001111000010011100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACCEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACCEE; }

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

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

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

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

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

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

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

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