#DAD3E6

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

Shades of Fog #DAD3E6

Tints of Fog #DAD3E6

Color information

#DAD3E6 (or 0xDAD3E6) is unknown color: approx Fog. HEX triplet: DA, D3 and E6. RGB value is (218,211,230). Sum of RGB (Red+Green+Blue) = 218+211+230=659 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.08% from 659); Green value is 211 (82.81% from 255 or 32.02% from 659); Blue value is 230 (90.23% from 255 or 34.90% from 659); Max value from RGB is 230 - color contains mainly: blue. Hex color #DAD3E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD3E6 is #252C19. Grayscale: #D7D7D7. Windows color (decimal): -2436122 or 15127514. OLE color: 15127514.

HSL color Cylindrical-coordinate representation of color #DAD3E6: hue angle of 262.11º degrees, saturation: 0.28, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DAD3E6 is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB218211230-
CMYK0.050.0800.10
HSL262.11º27.54%86.47%-
HSV(B)262.11º8.26%90.2%-
XYZ66.4967.2184.33-
YUV215.26136.32129.96-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.08%
GREEN value IS 211 (82.81% from 255) = 32.02%
BLUE value IS 230 (90.23% from 255) = 34.90%
R=33.08%
G=32.02%
B=34.90%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2182112300.050.0800.10262.1127.5486.47
HexDAD3E6580A1061c56
Octal33232334651001240634126
Binary110110101101001111100110101100001010100000110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD3E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD3E6; }

 p { color: rgb(218,211,230); }

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

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

 a { background-color: rgb(218,211,230); }

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

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

 span { border-color: rgb(218,211,230); }

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