#DAE9DE

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

Shades of Swans Down #DAE9DE

Tints of Swans Down #DAE9DE

Color information

#DAE9DE (or 0xDAE9DE) is unknown color: approx Swans Down. HEX triplet: DA, E9 and DE. RGB value is (218,233,222). Sum of RGB (Red+Green+Blue) = 218+233+222=673 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.39% from 673); Green value is 233 (91.41% from 255 or 34.62% from 673); Blue value is 222 (87.11% from 255 or 32.99% from 673); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE9DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE9DE is #251621. Grayscale: #E3E3E3. Windows color (decimal): -2430498 or 14608858. OLE color: 14608858.

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

Color convert

RGB218233222-
CMYK0.0600.050.09
HSL136º25.42%88.43%-
HSV(B)136º6.44%91.37%-
XYZ71.2478.4680.5-
YUV227.26125.03121.39-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.39%
GREEN value IS 233 (91.41% from 255) = 34.62%
BLUE value IS 222 (87.11% from 255) = 32.99%
R=32.39%
G=34.62%
B=32.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2182332220.0600.050.0913625.4288.43
HexDAE9DE6059881958
Octal3323513366051121031130
Binary1101101011101001110111101100101100110001000110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE9DE; }

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

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

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

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

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

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

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

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