#DACCE9

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

Shades of Fog #DACCE9

Tints of Fog #DACCE9

Color information

#DACCE9 (or 0xDACCE9) is unknown color: approx Fog. HEX triplet: DA, CC and E9. RGB value is (218,204,233). Sum of RGB (Red+Green+Blue) = 218+204+233=655 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.28% from 655); Green value is 204 (80.08% from 255 or 31.15% from 655); Blue value is 233 (91.41% from 255 or 35.57% from 655); Max value from RGB is 233 - color contains mainly: blue. Hex color #DACCE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DACCE9 is #253316. Grayscale: #D3D3D3. Windows color (decimal): -2437911 or 15322330. OLE color: 15322330.

HSL color Cylindrical-coordinate representation of color #DACCE9: hue angle of 268.97º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DACCE9 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB218204233-
CMYK0.060.1200.09
HSL268.97º39.73%85.69%-
HSV(B)268.97º12.45%91.37%-
XYZ65.2163.9786-
YUV211.49140.14132.64-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.28%
GREEN value IS 204 (80.08% from 255) = 31.15%
BLUE value IS 233 (91.41% from 255) = 35.57%
R=33.28%
G=31.15%
B=35.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2182042330.060.1200.09268.9739.7385.69
HexDACCE96C0910d2856
Octal33231435161401141550126
Binary1101101011001100111010011101100010011000011011010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACCE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACCE9; }

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

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

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

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

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

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

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

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