#DACEE8

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

Shades of Fog #DACEE8

Tints of Fog #DACEE8

Color information

#DACEE8 (or 0xDACEE8) is unknown color: approx Fog. HEX triplet: DA, CE and E8. RGB value is (218,206,232). Sum of RGB (Red+Green+Blue) = 218+206+232=656 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.23% from 656); Green value is 206 (80.86% from 255 or 31.40% from 656); Blue value is 232 (91.02% from 255 or 35.37% from 656); Max value from RGB is 232 - color contains mainly: blue. Hex color #DACEE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DACEE8 is #253117. Grayscale: #D4D4D4. Windows color (decimal): -2437400 or 15257306. OLE color: 15257306.

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

Color convert

RGB218206232-
CMYK0.060.1100.09
HSL267.69º36.11%85.88%-
HSV(B)267.69º11.21%90.98%-
XYZ65.5564.8785.41-
YUV212.55138.98131.89-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.23%
GREEN value IS 206 (80.86% from 255) = 31.40%
BLUE value IS 232 (91.02% from 255) = 35.37%
R=33.23%
G=31.40%
B=35.37%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2182062320.060.1100.09267.6936.1185.88
HexDACEE86B0910c2456
Octal33231635061301141444126
Binary1101101011001110111010001101011010011000011001001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACEE8; }

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

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

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

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

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

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

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

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