#DAE3DD

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

Shades of Swans Down #DAE3DD

Tints of Swans Down #DAE3DD

Color information

#DAE3DD (or 0xDAE3DD) is unknown color: approx Swans Down. HEX triplet: DA, E3 and DD. RGB value is (218,227,221). Sum of RGB (Red+Green+Blue) = 218+227+221=666 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.73% from 666); Green value is 227 (89.06% from 255 or 34.08% from 666); Blue value is 221 (86.72% from 255 or 33.18% from 666); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE3DD is #251C22. Grayscale: #DFDFDF. Windows color (decimal): -2432035 or 14541786. OLE color: 14541786.

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

Color convert

RGB218227221-
CMYK0.0400.030.11
HSL140º13.85%87.25%-
HSV(B)140º3.96%89.02%-
XYZ69.4375.0679.24-
YUV223.62126.52123.99-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.73%
GREEN value IS 227 (89.06% from 255) = 34.08%
BLUE value IS 221 (86.72% from 255) = 33.18%
R=32.73%
G=34.08%
B=33.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2182272210.0400.030.1114013.8587.25
HexDAE3DD403B8ce57
Octal3323433354031321416127
Binary11011010111000111101110110001110111000110011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE3DD; }

 p { color: rgb(218,227,221); }

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

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

 a { background-color: rgb(218,227,221); }

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

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

 span { border-color: rgb(218,227,221); }

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