#DAEADD

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

Shades of Swans Down #DAEADD

Tints of Swans Down #DAEADD

Color information

#DAEADD (or 0xDAEADD) is unknown color: approx Swans Down. HEX triplet: DA, EA and DD. RGB value is (218,234,221). Sum of RGB (Red+Green+Blue) = 218+234+221=673 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.39% from 673); Green value is 234 (91.80% from 255 or 34.77% from 673); Blue value is 221 (86.72% from 255 or 32.84% from 673); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEADD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEADD is #251522. Grayscale: #E3E3E3. Windows color (decimal): -2430243 or 14543578. OLE color: 14543578.

HSL color Cylindrical-coordinate representation of color #DAEADD: hue angle of 131.25º degrees, saturation: 0.28, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DAEADD is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB218234221-
CMYK0.0700.060.08
HSL131.25º27.59%88.63%-
HSV(B)131.25º6.84%91.76%-
XYZ71.3978.9779.89-
YUV227.73124.2121.06-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.39%
GREEN value IS 234 (91.80% from 255) = 34.77%
BLUE value IS 221 (86.72% from 255) = 32.84%
R=32.39%
G=34.77%
B=32.84%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2182342210.0700.060.08131.2527.5988.63
HexDAEADD7068831c59
Octal3323523357061020334131
Binary1101101011101010110111011110110100010000011111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEADD; }

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

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

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

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

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

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

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

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