#DDE1DE

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

Shades of Swans Down #DDE1DE

Tints of Swans Down #DDE1DE

Color information

#DDE1DE (or 0xDDE1DE) is unknown color: approx Swans Down. HEX triplet: DD, E1 and DE. RGB value is (221,225,222). Sum of RGB (Red+Green+Blue) = 221+225+222=668 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.08% from 668); Green value is 225 (88.28% from 255 or 33.68% from 668); Blue value is 222 (87.11% from 255 or 33.23% from 668); Max value from RGB is 225 - color contains mainly: green. Hex color #DDE1DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE1DE is #221E21. Grayscale: #DFDFDF. Windows color (decimal): -2235938 or 14606813. OLE color: 14606813.

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

Color convert

RGB221225222-
CMYK0.0200.010.12
HSL135º6.25%87.45%-
HSV(B)135º1.78%88.24%-
XYZ69.9374.579.8-
YUV223.46127.17126.24-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.08%
GREEN value IS 225 (88.28% from 255) = 33.68%
BLUE value IS 222 (87.11% from 255) = 33.23%
R=33.08%
G=33.68%
B=33.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2212252220.0200.010.121356.2587.45
HexDDE1DE201C87657
Octal335341336201142076127
Binary11011101111000011101111010011100100001111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE1DE; }

 p { color: rgb(221,225,222); }

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

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

 a { background-color: rgb(221,225,222); }

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

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

 span { border-color: rgb(221,225,222); }

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