#DBEADE

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

Shades of Swans Down #DBEADE

Tints of Swans Down #DBEADE

Color information

#DBEADE (or 0xDBEADE) is unknown color: approx Swans Down. HEX triplet: DB, EA and DE. RGB value is (219,234,222). Sum of RGB (Red+Green+Blue) = 219+234+222=675 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.44% from 675); Green value is 234 (91.80% from 255 or 34.67% from 675); Blue value is 222 (87.11% from 255 or 32.89% from 675); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEADE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEADE is #241521. Grayscale: #E4E4E4. Windows color (decimal): -2364706 or 14609115. OLE color: 14609115.

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

Color convert

RGB219234222-
CMYK0.0600.050.08
HSL132º26.32%88.82%-
HSV(B)132º6.41%91.76%-
XYZ71.8279.1880.61-
YUV228.15124.53121.48-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.44%
GREEN value IS 234 (91.80% from 255) = 34.67%
BLUE value IS 222 (87.11% from 255) = 32.89%
R=32.44%
G=34.67%
B=32.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2192342220.0600.050.0813226.3288.82
HexDBEADE6058841a59
Octal3333523366051020432131
Binary1101101111101010110111101100101100010000100110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEADE; }

 p { color: rgb(219,234,222); }

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

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

 a { background-color: rgb(219,234,222); }

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

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

 span { border-color: rgb(219,234,222); }

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