#DAE7DE

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

Shades of Swans Down #DAE7DE

Tints of Swans Down #DAE7DE

Color information

#DAE7DE (or 0xDAE7DE) is unknown color: approx Swans Down. HEX triplet: DA, E7 and DE. RGB value is (218,231,222). Sum of RGB (Red+Green+Blue) = 218+231+222=671 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.49% from 671); Green value is 231 (90.62% from 255 or 34.43% from 671); Blue value is 222 (87.11% from 255 or 33.08% from 671); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE7DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE7DE is #251821. Grayscale: #E2E2E2. Windows color (decimal): -2431010 or 14608346. OLE color: 14608346.

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

Color convert

RGB218231222-
CMYK0.0600.040.09
HSL138.46º21.31%88.04%-
HSV(B)138.46º5.63%90.59%-
XYZ70.6777.3380.31-
YUV226.09125.69122.23-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.49%
GREEN value IS 231 (90.62% from 255) = 34.43%
BLUE value IS 222 (87.11% from 255) = 33.08%
R=32.49%
G=34.43%
B=33.08%

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
Decimal2182312220.0600.040.09138.4621.3188.04
HexDAE7DE60498a1558
Octal3323473366041121225130
Binary1101101011100111110111101100100100110001010101011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE7DE; }

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

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

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

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

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

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

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

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