#DBE6DD

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

Shades of Swans Down #DBE6DD

Tints of Swans Down #DBE6DD

Color information

#DBE6DD (or 0xDBE6DD) is unknown color: approx Swans Down. HEX triplet: DB, E6 and DD. RGB value is (219,230,221). Sum of RGB (Red+Green+Blue) = 219+230+221=670 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.69% from 670); Green value is 230 (90.23% from 255 or 34.33% from 670); Blue value is 221 (86.72% from 255 or 32.99% from 670); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE6DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE6DD is #241922. Grayscale: #E1E1E1. Windows color (decimal): -2365731 or 14542555. OLE color: 14542555.

HSL color Cylindrical-coordinate representation of color #DBE6DD: hue angle of 130.91º degrees, saturation: 0.18, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DBE6DD is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB219230221-
CMYK0.0500.040.10
HSL130.91º18.03%88.04%-
HSV(B)130.91º4.78%90.2%-
XYZ70.5676.8779.53-
YUV225.68125.36123.23-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.69%
GREEN value IS 230 (90.23% from 255) = 34.33%
BLUE value IS 221 (86.72% from 255) = 32.99%
R=32.69%
G=34.33%
B=32.99%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2192302210.0500.040.10130.9118.0388.04
HexDBE6DD504A831258
Octal3333463355041220322130
Binary1101101111100110110111011010100101010000011100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE6DD; }

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

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

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

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

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

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

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

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