#DAD0E4

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

Shades of Fog #DAD0E4

Tints of Fog #DAD0E4

Color information

#DAD0E4 (or 0xDAD0E4) is unknown color: approx Fog. HEX triplet: DA, D0 and E4. RGB value is (218,208,228). Sum of RGB (Red+Green+Blue) = 218+208+228=654 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.33% from 654); Green value is 208 (81.64% from 255 or 31.80% from 654); Blue value is 228 (89.45% from 255 or 34.86% from 654); Max value from RGB is 228 - color contains mainly: blue. Hex color #DAD0E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD0E4 is #252F1B. Grayscale: #D5D5D5. Windows color (decimal): -2436892 or 14995674. OLE color: 14995674.

HSL color Cylindrical-coordinate representation of color #DAD0E4: hue angle of 270º degrees, saturation: 0.27, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DAD0E4 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB218208228-
CMYK0.040.0900.11
HSL270º27.03%85.49%-
HSV(B)270º8.77%89.41%-
XYZ65.4765.6282.61-
YUV213.27136.31131.37-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.33%
GREEN value IS 208 (81.64% from 255) = 31.80%
BLUE value IS 228 (89.45% from 255) = 34.86%
R=33.33%
G=31.80%
B=34.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2182082280.040.0900.1127027.0385.49
HexDAD0E4490B10e1b55
Octal33232034441101341633125
Binary110110101101000011100100100100101011100001110110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD0E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD0E4; }

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

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

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

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

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

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

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

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