#DAE1DC

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

Shades of Swans Down #DAE1DC

Tints of Swans Down #DAE1DC

Color information

#DAE1DC (or 0xDAE1DC) is unknown color: approx Swans Down. HEX triplet: DA, E1 and DC. RGB value is (218,225,220). Sum of RGB (Red+Green+Blue) = 218+225+220=663 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.88% from 663); Green value is 225 (88.28% from 255 or 33.94% from 663); Blue value is 220 (86.33% from 255 or 33.18% from 663); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAE1DC is #251E23. Grayscale: #DEDEDE. Windows color (decimal): -2432548 or 14475738. OLE color: 14475738.

HSL color Cylindrical-coordinate representation of color #DAE1DC: hue angle of 137.14º degrees, saturation: 0.1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DAE1DC is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB218225220-
CMYK0.0300.020.12
HSL137.14º10.45%86.86%-
HSV(B)137.14º3.11%88.24%-
XYZ68.7673.9278.35-
YUV222.34126.68124.91-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.88%
GREEN value IS 225 (88.28% from 255) = 33.94%
BLUE value IS 220 (86.33% from 255) = 33.18%
R=32.88%
G=33.94%
B=33.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2182252200.0300.020.12137.1410.4586.86
HexDAE1DC302C89a57
Octal3323413343021421112127
Binary1101101011100001110111001101011001000100110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE1DC; }

 p { color: rgb(218,225,220); }

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

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

 a { background-color: rgb(218,225,220); }

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

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

 span { border-color: rgb(218,225,220); }

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