#DAE7DD

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

Shades of Swans Down #DAE7DD

Tints of Swans Down #DAE7DD

Color information

#DAE7DD (or 0xDAE7DD) is unknown color: approx Swans Down. HEX triplet: DA, E7 and DD. RGB value is (218,231,221). Sum of RGB (Red+Green+Blue) = 218+231+221=670 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.54% from 670); Green value is 231 (90.62% from 255 or 34.48% from 670); Blue value is 221 (86.72% from 255 or 32.99% from 670); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE7DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE7DD is #251822. Grayscale: #E2E2E2. Windows color (decimal): -2431011 or 14542810. OLE color: 14542810.

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

Color convert

RGB218231221-
CMYK0.0600.040.09
HSL133.85º21.31%88.04%-
HSV(B)133.85º5.63%90.59%-
XYZ70.5477.2879.6-
YUV225.97125.19122.31-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.54%
GREEN value IS 231 (90.62% from 255) = 34.48%
BLUE value IS 221 (86.72% from 255) = 32.99%
R=32.54%
G=34.48%
B=32.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2182312210.0600.040.09133.8521.3188.04
HexDAE7DD6049861558
Octal3323473356041120625130
Binary1101101011100111110111011100100100110000110101011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE7DD; }

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

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

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

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

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

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

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

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