#DAD9DD

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

Shades of Fog #DAD9DD

Tints of Fog #DAD9DD

Color information

#DAD9DD (or 0xDAD9DD) is unknown color: approx Fog. HEX triplet: DA, D9 and DD. RGB value is (218,217,221). Sum of RGB (Red+Green+Blue) = 218+217+221=656 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.23% from 656); Green value is 217 (85.16% from 255 or 33.08% from 656); Blue value is 221 (86.72% from 255 or 33.69% from 656); Max value from RGB is 221 - color contains mainly: blue. Hex color #DAD9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD9DD is #252622. Grayscale: #D9D9D9. Windows color (decimal): -2434595 or 14539226. OLE color: 14539226.

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

Color convert

RGB218217221-
CMYK0.010.0200.13
HSL255º5.56%85.88%-
HSV(B)255º1.81%86.67%-
XYZ66.7869.7578.35-
YUV217.76129.83128.17-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.23%
GREEN value IS 217 (85.16% from 255) = 33.08%
BLUE value IS 221 (86.72% from 255) = 33.69%
R=33.23%
G=33.08%
B=33.69%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2182172210.010.0200.132555.5685.88
HexDAD9DD120Dff656
Octal332331335120153776126
Binary11011010110110011101110111001101111111111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD9DD; }

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

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

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

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

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

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

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

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