#DAD1E6

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

Shades of Fog #DAD1E6

Tints of Fog #DAD1E6

Color information

#DAD1E6 (or 0xDAD1E6) is unknown color: approx Fog. HEX triplet: DA, D1 and E6. RGB value is (218,209,230). Sum of RGB (Red+Green+Blue) = 218+209+230=657 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.18% from 657); Green value is 209 (82.03% from 255 or 31.81% from 657); Blue value is 230 (90.23% from 255 or 35.01% from 657); Max value from RGB is 230 - color contains mainly: blue. Hex color #DAD1E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD1E6 is #252E19. Grayscale: #D6D6D6. Windows color (decimal): -2436634 or 15127002. OLE color: 15127002.

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

Color convert

RGB218209230-
CMYK0.050.0900.10
HSL265.71º29.58%86.08%-
HSV(B)265.71º9.13%90.2%-
XYZ6666.2284.17-
YUV214.08136.98130.79-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.18%
GREEN value IS 209 (82.03% from 255) = 31.81%
BLUE value IS 230 (90.23% from 255) = 35.01%
R=33.18%
G=31.81%
B=35.01%

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
Decimal2182092300.050.0900.10265.7129.5886.08
HexDAD1E6590A10a1e56
Octal33232134651101241236126
Binary110110101101000111100110101100101010100001010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD1E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD1E6; }

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

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

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

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

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

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

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

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