#DAD2F1

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

Shades of Fog #DAD2F1

Tints of Fog #DAD2F1

Color information

#DAD2F1 (or 0xDAD2F1) is unknown color: approx Fog. HEX triplet: DA, D2 and F1. RGB value is (218,210,241). Sum of RGB (Red+Green+Blue) = 218+210+241=669 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.59% from 669); Green value is 210 (82.42% from 255 or 31.39% from 669); Blue value is 241 (94.53% from 255 or 36.02% from 669); Max value from RGB is 241 - color contains mainly: blue. Hex color #DAD2F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD2F1 is #252D0E. Grayscale: #D7D7D7. Windows color (decimal): -2436367 or 15848154. OLE color: 15848154.

HSL color Cylindrical-coordinate representation of color #DAD2F1: hue angle of 255.48º degrees, saturation: 0.53, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DAD2F1 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB218210241-
CMYK0.100.1300.05
HSL255.48º52.54%88.43%-
HSV(B)255.48º12.86%94.51%-
XYZ67.8467.3592.64-
YUV215.93142.15129.48-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.59%
GREEN value IS 210 (82.42% from 255) = 31.39%
BLUE value IS 241 (94.53% from 255) = 36.02%
R=32.59%
G=31.39%
B=36.02%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182102410.100.1300.05255.4852.5488.43
HexDAD2F1AD05ff3558
Octal33232236112150537765130
Binary110110101101001011110001101011010101111111111101011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD2F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD2F1; }

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

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

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

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

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

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

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

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