#DAD6E4

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

Shades of Fog #DAD6E4

Tints of Fog #DAD6E4

Color information

#DAD6E4 (or 0xDAD6E4) is unknown color: approx Fog. HEX triplet: DA, D6 and E4. RGB value is (218,214,228). Sum of RGB (Red+Green+Blue) = 218+214+228=660 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.03% from 660); Green value is 214 (83.98% from 255 or 32.42% from 660); Blue value is 228 (89.45% from 255 or 34.55% from 660); Max value from RGB is 228 - color contains mainly: blue. Hex color #DAD6E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD6E4 is #25291B. Grayscale: #D8D8D8. Windows color (decimal): -2435356 or 14997210. OLE color: 14997210.

HSL color Cylindrical-coordinate representation of color #DAD6E4: hue angle of 257.14º degrees, saturation: 0.21, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DAD6E4 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB218214228-
CMYK0.040.0600.11
HSL257.14º20.59%86.67%-
HSV(B)257.14º6.14%89.41%-
XYZ66.9668.683.11-
YUV216.79134.33128.86-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.03%
GREEN value IS 214 (83.98% from 255) = 32.42%
BLUE value IS 228 (89.45% from 255) = 34.55%
R=33.03%
G=32.42%
B=34.55%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2182142280.040.0600.11257.1420.5986.67
HexDAD6E4460B1011557
Octal3323263444601340125127
Binary11011010110101101110010010011001011100000001101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD6E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD6E4; }

 p { color: rgb(218,214,228); }

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

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

 a { background-color: rgb(218,214,228); }

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

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

 span { border-color: rgb(218,214,228); }

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