#DBE5DE

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

Shades of Swans Down #DBE5DE

Tints of Swans Down #DBE5DE

Color information

#DBE5DE (or 0xDBE5DE) is unknown color: approx Swans Down. HEX triplet: DB, E5 and DE. RGB value is (219,229,222). Sum of RGB (Red+Green+Blue) = 219+229+222=670 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.69% from 670); Green value is 229 (89.84% from 255 or 34.18% from 670); Blue value is 222 (87.11% from 255 or 33.13% from 670); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE5DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE5DE is #241A21. Grayscale: #E1E1E1. Windows color (decimal): -2365986 or 14607835. OLE color: 14607835.

HSL color Cylindrical-coordinate representation of color #DBE5DE: hue angle of 138º degrees, saturation: 0.16, 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 #DBE5DE is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB219229222-
CMYK0.0400.030.10
HSL138º16.13%87.84%-
HSV(B)138º4.37%89.8%-
XYZ70.4276.3780.14-
YUV225.21126.19123.57-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.69%
GREEN value IS 229 (89.84% from 255) = 34.18%
BLUE value IS 222 (87.11% from 255) = 33.13%
R=32.69%
G=34.18%
B=33.13%

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
Decimal2192292220.0400.030.1013816.1387.84
HexDBE5DE403A8a1058
Octal3333453364031221220130
Binary110110111110010111011110100011101010001010100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE5DE; }

 p { color: rgb(219,229,222); }

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

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

 a { background-color: rgb(219,229,222); }

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

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

 span { border-color: rgb(219,229,222); }

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