#DBEDE2

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

Shades of Swans Down #DBEDE2

Tints of Swans Down #DBEDE2

Color information

#DBEDE2 (or 0xDBEDE2) is unknown color: approx Swans Down. HEX triplet: DB, ED and E2. RGB value is (219,237,226). Sum of RGB (Red+Green+Blue) = 219+237+226=682 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.11% from 682); Green value is 237 (92.97% from 255 or 34.75% from 682); Blue value is 226 (88.67% from 255 or 33.14% from 682); Max value from RGB is 237 - color contains mainly: green. Hex color #DBEDE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEDE2 is #24121D. Grayscale: #E6E6E6. Windows color (decimal): -2363934 or 14872027. OLE color: 14872027.

HSL color Cylindrical-coordinate representation of color #DBEDE2: hue angle of 143.33º degrees, saturation: 0.33, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBEDE2 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB219237226-
CMYK0.0800.050.07
HSL143.33º33.33%89.41%-
HSV(B)143.33º7.59%92.94%-
XYZ73.2381.1283.75-
YUV230.36125.54119.89-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.11%
GREEN value IS 237 (92.97% from 255) = 34.75%
BLUE value IS 226 (88.67% from 255) = 33.14%
R=32.11%
G=34.75%
B=33.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2192372260.0800.050.07143.3333.3389.41
HexDBEDE280578f2159
Octal3333553421005721741131
Binary11011011111011011110001010000101111100011111000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEDE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEDE2; }

 p { color: rgb(219,237,226); }

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

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

 a { background-color: rgb(219,237,226); }

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

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

 span { border-color: rgb(219,237,226); }

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