#DBE5DD

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

Shades of Swans Down #DBE5DD

Tints of Swans Down #DBE5DD

Color information

#DBE5DD (or 0xDBE5DD) is unknown color: approx Swans Down. HEX triplet: DB, E5 and DD. RGB value is (219,229,221). Sum of RGB (Red+Green+Blue) = 219+229+221=669 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.74% from 669); Green value is 229 (89.84% from 255 or 34.23% from 669); Blue value is 221 (86.72% from 255 or 33.03% from 669); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE5DD is #241A22. Grayscale: #E1E1E1. Windows color (decimal): -2365987 or 14542299. OLE color: 14542299.

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

Color convert

RGB219229221-
CMYK0.0400.030.10
HSL132º16.13%87.84%-
HSV(B)132º4.37%89.8%-
XYZ70.2876.3279.43-
YUV225.1125.69123.65-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.74%
GREEN value IS 229 (89.84% from 255) = 34.23%
BLUE value IS 221 (86.72% from 255) = 33.03%
R=32.74%
G=34.23%
B=33.03%

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
Decimal2192292210.0400.030.1013216.1387.84
HexDBE5DD403A841058
Octal3333453354031220420130
Binary110110111110010111011101100011101010000100100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE5DD; }

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

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

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

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

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

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

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

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