#DBECE1

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

Shades of Swans Down #DBECE1

Tints of Swans Down #DBECE1

Color information

#DBECE1 (or 0xDBECE1) is unknown color: approx Swans Down. HEX triplet: DB, EC and E1. RGB value is (219,236,225). Sum of RGB (Red+Green+Blue) = 219+236+225=680 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.21% from 680); Green value is 236 (92.58% from 255 or 34.71% from 680); Blue value is 225 (88.28% from 255 or 33.09% from 680); Max value from RGB is 236 - color contains mainly: green. Hex color #DBECE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBECE1 is #24131E. Grayscale: #E5E5E5. Windows color (decimal): -2364191 or 14806235. OLE color: 14806235.

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

Color convert

RGB219236225-
CMYK0.0700.050.07
HSL141.18º30.91%89.22%-
HSV(B)141.18º7.2%92.55%-
XYZ72.880.4982.93-
YUV229.66125.37120.39-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.21%
GREEN value IS 236 (92.58% from 255) = 34.71%
BLUE value IS 225 (88.28% from 255) = 33.09%
R=32.21%
G=34.71%
B=33.09%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2192362250.0700.050.07141.1830.9189.22
HexDBECE170578d1f59
Octal333354341705721537131
Binary110110111110110011100001111010111110001101111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBECE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBECE1; }

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

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

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

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

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

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

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

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