#DACCE6

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

Shades of Fog #DACCE6

Tints of Fog #DACCE6

Color information

#DACCE6 (or 0xDACCE6) is unknown color: approx Fog. HEX triplet: DA, CC and E6. RGB value is (218,204,230). Sum of RGB (Red+Green+Blue) = 218+204+230=652 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.44% from 652); Green value is 204 (80.08% from 255 or 31.29% from 652); Blue value is 230 (90.23% from 255 or 35.28% from 652); Max value from RGB is 230 - color contains mainly: blue. Hex color #DACCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DACCE6 is #253319. Grayscale: #D3D3D3. Windows color (decimal): -2437914 or 15125722. OLE color: 15125722.

HSL color Cylindrical-coordinate representation of color #DACCE6: hue angle of 272.31º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DACCE6 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB218204230-
CMYK0.050.1100.10
HSL272.31º34.21%85.1%-
HSV(B)272.31º11.3%90.2%-
XYZ64.7963.883.76-
YUV211.15138.64132.89-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.44%
GREEN value IS 204 (80.08% from 255) = 31.29%
BLUE value IS 230 (90.23% from 255) = 35.28%
R=33.44%
G=31.29%
B=35.28%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2182042300.050.1100.10272.3134.2185.1
HexDACCE65B0A1102255
Octal33231434651301242042125
Binary1101101011001100111001101011011010101000100001000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACCE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACCE6; }

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

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

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

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

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

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

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

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