#DDE6E0

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

Shades of Swans Down #DDE6E0

Tints of Swans Down #DDE6E0

Color information

#DDE6E0 (or 0xDDE6E0) is unknown color: approx Swans Down. HEX triplet: DD, E6 and E0. RGB value is (221,230,224). Sum of RGB (Red+Green+Blue) = 221+230+224=675 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.74% from 675); Green value is 230 (90.23% from 255 or 34.07% from 675); Blue value is 224 (87.89% from 255 or 33.19% from 675); Max value from RGB is 230 - color contains mainly: green. Hex color #DDE6E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE6E0 is #22191F. Grayscale: #E2E2E2. Windows color (decimal): -2234656 or 14739165. OLE color: 14739165.

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

Color convert

RGB221230224-
CMYK0.0400.030.10
HSL140º15.25%88.43%-
HSV(B)140º3.91%90.2%-
XYZ71.5777.3581.68-
YUV226.62126.52123.99-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.74%
GREEN value IS 230 (90.23% from 255) = 34.07%
BLUE value IS 224 (87.89% from 255) = 33.19%
R=32.74%
G=34.07%
B=33.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2212302240.0400.030.1014015.2588.43
HexDDE6E0403A8cf58
Octal3353463404031221417130
Binary11011101111001101110000010001110101000110011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE6E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE6E0; }

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

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

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

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

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

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

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

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