#DACCE7

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

Shades of Fog #DACCE7

Tints of Fog #DACCE7

Color information

#DACCE7 (or 0xDACCE7) is unknown color: approx Fog. HEX triplet: DA, CC and E7. RGB value is (218,204,231). Sum of RGB (Red+Green+Blue) = 218+204+231=653 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.38% from 653); Green value is 204 (80.08% from 255 or 31.24% from 653); Blue value is 231 (90.62% from 255 or 35.38% from 653); Max value from RGB is 231 - color contains mainly: blue. Hex color #DACCE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DACCE7 is #253318. Grayscale: #D3D3D3. Windows color (decimal): -2437913 or 15191258. OLE color: 15191258.

HSL color Cylindrical-coordinate representation of color #DACCE7: hue angle of 271.11º degrees, saturation: 0.36, 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 #DACCE7 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB218204231-
CMYK0.060.1200.09
HSL271.11º36%85.29%-
HSV(B)271.11º11.69%90.59%-
XYZ64.9363.8684.51-
YUV211.26139.14132.8-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.38%
GREEN value IS 204 (80.08% from 255) = 31.24%
BLUE value IS 231 (90.62% from 255) = 35.38%
R=33.38%
G=31.24%
B=35.38%

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
Decimal2182042310.060.1200.09271.113685.29
HexDACCE76C0910f2455
Octal33231434761401141744125
Binary1101101011001100111001111101100010011000011111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACCE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACCE7; }

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

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

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

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

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

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

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

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