#DAE9DF

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

Shades of Swans Down #DAE9DF

Tints of Swans Down #DAE9DF

Color information

#DAE9DF (or 0xDAE9DF) is unknown color: approx Swans Down. HEX triplet: DA, E9 and DF. RGB value is (218,233,223). Sum of RGB (Red+Green+Blue) = 218+233+223=674 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.34% from 674); Green value is 233 (91.41% from 255 or 34.57% from 674); Blue value is 223 (87.5% from 255 or 33.09% from 674); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE9DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE9DF is #251620. Grayscale: #E3E3E3. Windows color (decimal): -2430497 or 14674394. OLE color: 14674394.

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

Color convert

RGB218233223-
CMYK0.0600.040.09
HSL140º25.42%88.43%-
HSV(B)140º6.44%91.37%-
XYZ71.3778.5181.2-
YUV227.37125.53121.31-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.34%
GREEN value IS 233 (91.41% from 255) = 34.57%
BLUE value IS 223 (87.5% from 255) = 33.09%
R=32.34%
G=34.57%
B=33.09%

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
Decimal2182332230.0600.040.0914025.4288.43
HexDAE9DF60498c1958
Octal3323513376041121431130
Binary1101101011101001110111111100100100110001100110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE9DF; }

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

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

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

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

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

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

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

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