#DBE3DD

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

Shades of Swans Down #DBE3DD

Tints of Swans Down #DBE3DD

Color information

#DBE3DD (or 0xDBE3DD) is unknown color: approx Swans Down. HEX triplet: DB, E3 and DD. RGB value is (219,227,221). Sum of RGB (Red+Green+Blue) = 219+227+221=667 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.83% from 667); Green value is 227 (89.06% from 255 or 34.03% from 667); Blue value is 221 (86.72% from 255 or 33.13% from 667); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE3DD is #241C22. Grayscale: #DFDFDF. Windows color (decimal): -2366499 or 14541787. OLE color: 14541787.

HSL color Cylindrical-coordinate representation of color #DBE3DD: hue angle of 135º degrees, saturation: 0.12, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DBE3DD is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB219227221-
CMYK0.0400.030.11
HSL135º12.5%87.45%-
HSV(B)135º3.52%89.02%-
XYZ69.7375.2279.25-
YUV223.92126.35124.49-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.83%
GREEN value IS 227 (89.06% from 255) = 34.03%
BLUE value IS 221 (86.72% from 255) = 33.13%
R=32.83%
G=34.03%
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.11
SystemRedGreenBlueCMYKHSL
Decimal2192272210.0400.030.1113512.587.45
HexDBE3DD403B87c57
Octal3333433354031320714127
Binary11011011111000111101110110001110111000011111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE3DD; }

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

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

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

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

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

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

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

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