#DFE5E1

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

Shades of Swans Down #DFE5E1

Tints of Swans Down #DFE5E1

Color information

#DFE5E1 (or 0xDFE5E1) is unknown color: approx Swans Down. HEX triplet: DF, E5 and E1. RGB value is (223,229,225). Sum of RGB (Red+Green+Blue) = 223+229+225=677 (89% of max value = 765). Red value is 223 (87.5% from 255 or 32.94% from 677); Green value is 229 (89.84% from 255 or 33.83% from 677); Blue value is 225 (88.28% from 255 or 33.23% from 677); Max value from RGB is 229 - color contains mainly: green. Hex color #DFE5E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE5E1 is #201A1E. Grayscale: #E2E2E2. Windows color (decimal): -2103839 or 14804447. OLE color: 14804447.

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

Color convert

RGB223229225-
CMYK0.0300.020.10
HSL140º10.34%88.63%-
HSV(B)140º2.62%89.8%-
XYZ72.0477.1682.33-
YUV226.75127.01125.33-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.94%
GREEN value IS 229 (89.84% from 255) = 33.83%
BLUE value IS 225 (88.28% from 255) = 33.23%
R=32.94%
G=33.83%
B=33.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2232292250.0300.020.1014010.3488.63
HexDFE5E1302A8ca59
Octal3373453413021221412131
Binary1101111111100101111000011101010101000110010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE5E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE5E1; }

 p { color: rgb(223,229,225); }

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

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

 a { background-color: rgb(223,229,225); }

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

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

 span { border-color: rgb(223,229,225); }

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