#DAE6DD

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

Shades of Swans Down #DAE6DD

Tints of Swans Down #DAE6DD

Color information

#DAE6DD (or 0xDAE6DD) is unknown color: approx Swans Down. HEX triplet: DA, E6 and DD. RGB value is (218,230,221). Sum of RGB (Red+Green+Blue) = 218+230+221=669 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.59% from 669); Green value is 230 (90.23% from 255 or 34.38% from 669); Blue value is 221 (86.72% from 255 or 33.03% from 669); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE6DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE6DD is #251922. Grayscale: #E1E1E1. Windows color (decimal): -2431267 or 14542554. OLE color: 14542554.

HSL color Cylindrical-coordinate representation of color #DAE6DD: hue angle of 135º degrees, saturation: 0.19, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DAE6DD is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB218230221-
CMYK0.0500.040.10
HSL135º19.35%87.84%-
HSV(B)135º5.22%90.2%-
XYZ70.2676.7279.51-
YUV225.39125.52122.73-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.59%
GREEN value IS 230 (90.23% from 255) = 34.38%
BLUE value IS 221 (86.72% from 255) = 33.03%
R=32.59%
G=34.38%
B=33.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2182302210.0500.040.1013519.3587.84
HexDAE6DD504A871358
Octal3323463355041220723130
Binary1101101011100110110111011010100101010000111100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE6DD; }

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

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

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

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

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

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

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

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