#DAD3E5

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

Shades of Fog #DAD3E5

Tints of Fog #DAD3E5

Color information

#DAD3E5 (or 0xDAD3E5) is unknown color: approx Fog. HEX triplet: DA, D3 and E5. RGB value is (218,211,229). Sum of RGB (Red+Green+Blue) = 218+211+229=658 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.13% from 658); Green value is 211 (82.81% from 255 or 32.07% from 658); Blue value is 229 (89.84% from 255 or 34.80% from 658); Max value from RGB is 229 - color contains mainly: blue. Hex color #DAD3E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD3E5 is #252C1A. Grayscale: #D7D7D7. Windows color (decimal): -2436123 or 15061978. OLE color: 15061978.

HSL color Cylindrical-coordinate representation of color #DAD3E5: hue angle of 263.33º degrees, saturation: 0.26, 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 #DAD3E5 is Cyan = 0.05, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB218211229-
CMYK0.050.0800.10
HSL263.33º25.71%86.27%-
HSV(B)263.33º7.86%89.8%-
XYZ66.3567.1583.59-
YUV215.14135.82130.04-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.13%
GREEN value IS 211 (82.81% from 255) = 32.07%
BLUE value IS 229 (89.84% from 255) = 34.80%
R=33.13%
G=32.07%
B=34.80%

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
Decimal2182112290.050.0800.10263.3325.7186.27
HexDAD3E5580A1071a56
Octal33232334551001240732126
Binary110110101101001111100101101100001010100000111110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD3E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD3E5; }

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

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

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

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

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

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

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

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