#DAD0F7

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

Shades of Fog #DAD0F7

Tints of Fog #DAD0F7

Color information

#DAD0F7 (or 0xDAD0F7) is unknown color: approx Fog. HEX triplet: DA, D0 and F7. RGB value is (218,208,247). Sum of RGB (Red+Green+Blue) = 218+208+247=673 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.39% from 673); Green value is 208 (81.64% from 255 or 30.91% from 673); Blue value is 247 (96.88% from 255 or 36.70% from 673); Max value from RGB is 247 - color contains mainly: blue. Hex color #DAD0F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD0F7 is #252F08. Grayscale: #D7D7D7. Windows color (decimal): -2436873 or 16240858. OLE color: 16240858.

HSL color Cylindrical-coordinate representation of color #DAD0F7: hue angle of 255.38º degrees, saturation: 0.71, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DAD0F7 is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB218208247-
CMYK0.120.1600.03
HSL255.38º70.91%89.22%-
HSV(B)255.38º15.79%96.86%-
XYZ68.2666.7397.28-
YUV215.44145.81129.83-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.39%
GREEN value IS 208 (81.64% from 255) = 30.91%
BLUE value IS 247 (96.88% from 255) = 36.70%
R=32.39%
G=30.91%
B=36.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2182082470.120.1600.03255.3870.9189.22
HexDAD0F7C1003ff4759
Octal332320367142003377107131
Binary1101101011010000111101111100100000111111111110001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD0F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD0F7; }

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

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

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

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

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

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

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

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