#DACCE8

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

Shades of Fog #DACCE8

Tints of Fog #DACCE8

Color information

#DACCE8 (or 0xDACCE8) is unknown color: approx Fog. HEX triplet: DA, CC and E8. RGB value is (218,204,232). Sum of RGB (Red+Green+Blue) = 218+204+232=654 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.33% from 654); Green value is 204 (80.08% from 255 or 31.19% from 654); Blue value is 232 (91.02% from 255 or 35.47% from 654); Max value from RGB is 232 - color contains mainly: blue. Hex color #DACCE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DACCE8 is #253317. Grayscale: #D3D3D3. Windows color (decimal): -2437912 or 15256794. OLE color: 15256794.

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

Color convert

RGB218204232-
CMYK0.060.1200.09
HSL270º37.84%85.49%-
HSV(B)270º12.07%90.98%-
XYZ65.0763.9285.25-
YUV211.38139.64132.72-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.33%
GREEN value IS 204 (80.08% from 255) = 31.19%
BLUE value IS 232 (91.02% from 255) = 35.47%
R=33.33%
G=31.19%
B=35.47%

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
Decimal2182042320.060.1200.0927037.8485.49
HexDACCE86C0910e2655
Octal33231435061401141646125
Binary1101101011001100111010001101100010011000011101001101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACCE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACCE8; }

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

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

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

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

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

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

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

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