#DAD0EB

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

Shades of Fog #DAD0EB

Tints of Fog #DAD0EB

Color information

#DAD0EB (or 0xDAD0EB) is unknown color: approx Fog. HEX triplet: DA, D0 and EB. RGB value is (218,208,235). Sum of RGB (Red+Green+Blue) = 218+208+235=661 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.98% from 661); Green value is 208 (81.64% from 255 or 31.47% from 661); Blue value is 235 (92.19% from 255 or 35.55% from 661); Max value from RGB is 235 - color contains mainly: blue. Hex color #DAD0EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD0EB is #252F14. Grayscale: #D5D5D5. Windows color (decimal): -2436885 or 15454426. OLE color: 15454426.

HSL color Cylindrical-coordinate representation of color #DAD0EB: hue angle of 262.22º degrees, saturation: 0.4, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAD0EB is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB218208235-
CMYK0.070.1100.08
HSL262.22º40.3%86.86%-
HSV(B)262.22º11.49%92.16%-
XYZ66.4666.0287.84-
YUV214.07139.81130.8-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.98%
GREEN value IS 208 (81.64% from 255) = 31.47%
BLUE value IS 235 (92.19% from 255) = 35.55%
R=32.98%
G=31.47%
B=35.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2182082350.070.1100.08262.2240.386.86
HexDAD0EB7B081062857
Octal33232035371301040650127
Binary1101101011010000111010111111011010001000001101010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD0EB; }

 p { color: rgb(218,208,235); }

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

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

 a { background-color: rgb(218,208,235); }

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

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

 span { border-color: rgb(218,208,235); }

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