#DAE9DD

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

Shades of Swans Down #DAE9DD

Tints of Swans Down #DAE9DD

Color information

#DAE9DD (or 0xDAE9DD) is unknown color: approx Swans Down. HEX triplet: DA, E9 and DD. RGB value is (218,233,221). Sum of RGB (Red+Green+Blue) = 218+233+221=672 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.44% from 672); Green value is 233 (91.41% from 255 or 34.67% from 672); Blue value is 221 (86.72% from 255 or 32.89% from 672); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE9DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE9DD is #251622. Grayscale: #E3E3E3. Windows color (decimal): -2430499 or 14543322. OLE color: 14543322.

HSL color Cylindrical-coordinate representation of color #DAE9DD: hue angle of 132º 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 #DAE9DD is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB218233221-
CMYK0.0600.050.09
HSL132º25.42%88.43%-
HSV(B)132º6.44%91.37%-
XYZ71.178.479.79-
YUV227.15124.53121.48-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.44%
GREEN value IS 233 (91.41% from 255) = 34.67%
BLUE value IS 221 (86.72% from 255) = 32.89%
R=32.44%
G=34.67%
B=32.89%

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
Decimal2182332210.0600.050.0913225.4288.43
HexDAE9DD6059841958
Octal3323513356051120431130
Binary1101101011101001110111011100101100110000100110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE9DD; }

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

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

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

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

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

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

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

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