#DDE9E0

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

Shades of Swans Down #DDE9E0

Tints of Swans Down #DDE9E0

Color information

#DDE9E0 (or 0xDDE9E0) is unknown color: approx Swans Down. HEX triplet: DD, E9 and E0. RGB value is (221,233,224). Sum of RGB (Red+Green+Blue) = 221+233+224=678 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.60% from 678); Green value is 233 (91.41% from 255 or 34.37% from 678); Blue value is 224 (87.89% from 255 or 33.04% from 678); Max value from RGB is 233 - color contains mainly: green. Hex color #DDE9E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE9E0 is #22161F. Grayscale: #E4E4E4. Windows color (decimal): -2233888 or 14739933. OLE color: 14739933.

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

Color convert

RGB221233224-
CMYK0.0500.040.09
HSL135º21.43%89.02%-
HSV(B)135º5.15%91.37%-
XYZ72.4179.0381.96-
YUV228.39125.52122.73-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.60%
GREEN value IS 233 (91.41% from 255) = 34.37%
BLUE value IS 224 (87.89% from 255) = 33.04%
R=32.60%
G=34.37%
B=33.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2212332240.0500.040.0913521.4389.02
HexDDE9E05049871559
Octal3353513405041120725131
Binary1101110111101001111000001010100100110000111101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE9E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE9E0; }

 p { color: rgb(221,233,224); }

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

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

 a { background-color: rgb(221,233,224); }

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

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

 span { border-color: rgb(221,233,224); }

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