#DAD2F0

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

Shades of Fog #DAD2F0

Tints of Fog #DAD2F0

Color information

#DAD2F0 (or 0xDAD2F0) is unknown color: approx Fog. HEX triplet: DA, D2 and F0. RGB value is (218,210,240). Sum of RGB (Red+Green+Blue) = 218+210+240=668 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.63% from 668); Green value is 210 (82.42% from 255 or 31.44% from 668); Blue value is 240 (94.14% from 255 or 35.93% from 668); Max value from RGB is 240 - color contains mainly: blue. Hex color #DAD2F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD2F0 is #252D0F. Grayscale: #D7D7D7. Windows color (decimal): -2436368 or 15782618. OLE color: 15782618.

HSL color Cylindrical-coordinate representation of color #DAD2F0: hue angle of 256º degrees, saturation: 0.5, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAD2F0 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB218210240-
CMYK0.090.1200.06
HSL256º50%88.24%-
HSV(B)256º12.5%94.12%-
XYZ67.6967.2991.86-
YUV215.81141.65129.56-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.63%
GREEN value IS 210 (82.42% from 255) = 31.44%
BLUE value IS 240 (94.14% from 255) = 35.93%
R=32.63%
G=31.44%
B=35.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2182102400.090.1200.062565088.24
HexDAD2F09C061003258
Octal33232236011140640062130
Binary1101101011010010111100001001110001101000000001100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD2F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD2F0; }

 p { color: rgb(218,210,240); }

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

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

 a { background-color: rgb(218,210,240); }

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

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

 span { border-color: rgb(218,210,240); }

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