#DAD9DC

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

Shades of Fog #DAD9DC

Tints of Fog #DAD9DC

Color information

#DAD9DC (or 0xDAD9DC) is unknown color: approx Fog. HEX triplet: DA, D9 and DC. RGB value is (218,217,220). Sum of RGB (Red+Green+Blue) = 218+217+220=655 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.28% from 655); Green value is 217 (85.16% from 255 or 33.13% from 655); Blue value is 220 (86.33% from 255 or 33.59% from 655); Max value from RGB is 220 - color contains mainly: blue. Hex color #DAD9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD9DC is #252623. Grayscale: #D9D9D9. Windows color (decimal): -2434596 or 14473690. OLE color: 14473690.

HSL color Cylindrical-coordinate representation of color #DAD9DC: hue angle of 260º degrees, saturation: 0.04, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #DAD9DC is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB218217220-
CMYK0.010.0100.14
HSL260º4.11%85.69%-
HSV(B)260º1.36%86.27%-
XYZ66.6469.777.65-
YUV217.64129.33128.26-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.28%
GREEN value IS 217 (85.16% from 255) = 33.13%
BLUE value IS 220 (86.33% from 255) = 33.59%
R=33.28%
G=33.13%
B=33.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2182172200.010.0100.142604.1185.69
HexDAD9DC110E104456
Octal332331334110164044126
Binary11011010110110011101110011011101000001001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD9DC; }

 p { color: rgb(218,217,220); }

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

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

 a { background-color: rgb(218,217,220); }

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

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

 span { border-color: rgb(218,217,220); }

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