#DBEAE1

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

Shades of Swans Down #DBEAE1

Tints of Swans Down #DBEAE1

Color information

#DBEAE1 (or 0xDBEAE1) is unknown color: approx Swans Down. HEX triplet: DB, EA and E1. RGB value is (219,234,225). Sum of RGB (Red+Green+Blue) = 219+234+225=678 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.30% from 678); Green value is 234 (91.80% from 255 or 34.51% from 678); Blue value is 225 (88.28% from 255 or 33.19% from 678); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEAE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEAE1 is #24151E. Grayscale: #E4E4E4. Windows color (decimal): -2364703 or 14805723. OLE color: 14805723.

HSL color Cylindrical-coordinate representation of color #DBEAE1: hue angle of 144º 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 #DBEAE1 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB219234225-
CMYK0.0600.040.08
HSL144º26.32%88.82%-
HSV(B)144º6.41%91.76%-
XYZ72.2379.3482.74-
YUV228.49126.03121.23-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.30%
GREEN value IS 234 (91.80% from 255) = 34.51%
BLUE value IS 225 (88.28% from 255) = 33.19%
R=32.30%
G=34.51%
B=33.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2192342250.0600.040.0814426.3288.82
HexDBEAE16048901a59
Octal3333523416041022032131
Binary1101101111101010111000011100100100010010000110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEAE1; }

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

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

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

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

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

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

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

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