#DDE8E1

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

Shades of Swans Down #DDE8E1

Tints of Swans Down #DDE8E1

Color information

#DDE8E1 (or 0xDDE8E1) is unknown color: approx Swans Down. HEX triplet: DD, E8 and E1. RGB value is (221,232,225). Sum of RGB (Red+Green+Blue) = 221+232+225=678 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.60% from 678); Green value is 232 (91.02% from 255 or 34.22% from 678); Blue value is 225 (88.28% from 255 or 33.19% from 678); Max value from RGB is 232 - color contains mainly: green. Hex color #DDE8E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE8E1 is #22171E. Grayscale: #E3E3E3. Windows color (decimal): -2234143 or 14805213. OLE color: 14805213.

HSL color Cylindrical-coordinate representation of color #DDE8E1: hue angle of 141.82º degrees, saturation: 0.19, 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 #DDE8E1 is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB221232225-
CMYK0.0500.030.09
HSL141.82º19.3%88.82%-
HSV(B)141.82º4.74%90.98%-
XYZ72.2778.5282.58-
YUV227.91126.36123.07-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.60%
GREEN value IS 232 (91.02% from 255) = 34.22%
BLUE value IS 225 (88.28% from 255) = 33.19%
R=32.60%
G=34.22%
B=33.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2212322250.0500.030.09141.8219.388.82
HexDDE8E150398e1359
Octal3353503415031121623131
Binary110111011110100011100001101011100110001110100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE8E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE8E1; }

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

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

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

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

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

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

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

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