#DAD0F6

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

Shades of Fog #DAD0F6

Tints of Fog #DAD0F6

Color information

#DAD0F6 (or 0xDAD0F6) is unknown color: approx Fog. HEX triplet: DA, D0 and F6. RGB value is (218,208,246). Sum of RGB (Red+Green+Blue) = 218+208+246=672 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.44% from 672); Green value is 208 (81.64% from 255 or 30.95% from 672); Blue value is 246 (96.48% from 255 or 36.61% from 672); Max value from RGB is 246 - color contains mainly: blue. Hex color #DAD0F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD0F6 is #252F09. Grayscale: #D7D7D7. Windows color (decimal): -2436874 or 16175322. OLE color: 16175322.

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

Color convert

RGB218208246-
CMYK0.110.1500.04
HSL255.79º67.86%89.02%-
HSV(B)255.79º15.45%96.47%-
XYZ68.166.6796.47-
YUV215.32145.31129.91-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.44%
GREEN value IS 208 (81.64% from 255) = 30.95%
BLUE value IS 246 (96.48% from 255) = 36.61%
R=32.44%
G=30.95%
B=36.61%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2182082460.110.1500.04255.7967.8689.02
HexDAD0F6BF041004459
Octal332320366131704400104131
Binary11011010110100001111011010111111010010000000010001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD0F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD0F6; }

 p { color: rgb(218,208,246); }

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

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

 a { background-color: rgb(218,208,246); }

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

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

 span { border-color: rgb(218,208,246); }

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