#DBE0DC

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

Shades of Swans Down #DBE0DC

Tints of Swans Down #DBE0DC

Color information

#DBE0DC (or 0xDBE0DC) is unknown color: approx Swans Down. HEX triplet: DB, E0 and DC. RGB value is (219,224,220). Sum of RGB (Red+Green+Blue) = 219+224+220=663 (87% of max value = 765). Red value is 219 (85.94% from 255 or 33.03% from 663); Green value is 224 (87.89% from 255 or 33.79% from 663); Blue value is 220 (86.33% from 255 or 33.18% from 663); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE0DC is #241F23. Grayscale: #DEDEDE. Windows color (decimal): -2367268 or 14475483. OLE color: 14475483.

HSL color Cylindrical-coordinate representation of color #DBE0DC: hue angle of 132º degrees, saturation: 0.07, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DBE0DC is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB219224220-
CMYK0.0200.020.12
HSL132º7.46%86.86%-
HSV(B)132º2.23%87.84%-
XYZ68.7973.5478.28-
YUV222.05126.84125.83-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 33.03%
GREEN value IS 224 (87.89% from 255) = 33.79%
BLUE value IS 220 (86.33% from 255) = 33.18%
R=33.03%
G=33.79%
B=33.18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2192242200.0200.020.121327.4686.86
HexDBE0DC202C84757
Octal333340334202142047127
Binary110110111110000011011100100101100100001001111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE0DC; }

 p { color: rgb(219,224,220); }

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

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

 a { background-color: rgb(219,224,220); }

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

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

 span { border-color: rgb(219,224,220); }

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