#DAD2E6

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

Shades of Fog #DAD2E6

Tints of Fog #DAD2E6

Color information

#DAD2E6 (or 0xDAD2E6) is unknown color: approx Fog. HEX triplet: DA, D2 and E6. RGB value is (218,210,230). Sum of RGB (Red+Green+Blue) = 218+210+230=658 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.13% from 658); Green value is 210 (82.42% from 255 or 31.91% from 658); Blue value is 230 (90.23% from 255 or 34.95% from 658); Max value from RGB is 230 - color contains mainly: blue. Hex color #DAD2E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD2E6 is #252D19. Grayscale: #D6D6D6. Windows color (decimal): -2436378 or 15127258. OLE color: 15127258.

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

Color convert

RGB218210230-
CMYK0.050.0900.10
HSL264º28.57%86.27%-
HSV(B)264º8.7%90.2%-
XYZ66.2466.7184.25-
YUV214.67136.65130.37-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.13%
GREEN value IS 210 (82.42% from 255) = 31.91%
BLUE value IS 230 (90.23% from 255) = 34.95%
R=33.13%
G=31.91%
B=34.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2182102300.050.0900.1026428.5786.27
HexDAD2E6590A1081d56
Octal33232234651101241035126
Binary110110101101001011100110101100101010100001000111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD2E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD2E6; }

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

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

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

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

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

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

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

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