#DAD0E9

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

Shades of Fog #DAD0E9

Tints of Fog #DAD0E9

Color information

#DAD0E9 (or 0xDAD0E9) is unknown color: approx Fog. HEX triplet: DA, D0 and E9. RGB value is (218,208,233). Sum of RGB (Red+Green+Blue) = 218+208+233=659 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.08% from 659); Green value is 208 (81.64% from 255 or 31.56% from 659); Blue value is 233 (91.41% from 255 or 35.36% from 659); Max value from RGB is 233 - color contains mainly: blue. Hex color #DAD0E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DAD0E9 is #252F16. Grayscale: #D5D5D5. Windows color (decimal): -2436887 or 15323354. OLE color: 15323354.

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

Color convert

RGB218208233-
CMYK0.060.1100.09
HSL264º36.23%86.47%-
HSV(B)264º10.73%91.37%-
XYZ66.1865.986.32-
YUV213.84138.81130.97-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.08%
GREEN value IS 208 (81.64% from 255) = 31.56%
BLUE value IS 233 (91.41% from 255) = 35.36%
R=33.08%
G=31.56%
B=35.36%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2182082330.060.1100.0926436.2386.47
HexDAD0E96B091082456
Octal33232035161301141044126
Binary1101101011010000111010011101011010011000010001001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD0E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD0E9; }

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

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

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

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

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

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

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

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