#DBEFE1

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

Shades of Swans Down #DBEFE1

Tints of Swans Down #DBEFE1

Color information

#DBEFE1 (or 0xDBEFE1) is unknown color: approx Swans Down. HEX triplet: DB, EF and E1. RGB value is (219,239,225). Sum of RGB (Red+Green+Blue) = 219+239+225=683 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.06% from 683); Green value is 239 (93.75% from 255 or 34.99% from 683); Blue value is 225 (88.28% from 255 or 32.94% from 683); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEFE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEFE1 is #24101E. Grayscale: #E7E7E7. Windows color (decimal): -2363423 or 14807003. OLE color: 14807003.

HSL color Cylindrical-coordinate representation of color #DBEFE1: hue angle of 138º degrees, saturation: 0.38, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBEFE1 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB219239225-
CMYK0.0800.060.06
HSL138º38.46%89.8%-
HSV(B)138º8.37%93.73%-
XYZ73.6782.2383.22-
YUV231.42124.37119.14-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.06%
GREEN value IS 239 (93.75% from 255) = 34.99%
BLUE value IS 225 (88.28% from 255) = 32.94%
R=32.06%
G=34.99%
B=32.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2192392250.0800.060.0613838.4689.8
HexDBEFE180668a265a
Octal3333573411006621246132
Binary11011011111011111110000110000110110100010101001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEFE1; }

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

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

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

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

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

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

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

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