#DBEEE1

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

Shades of Swans Down #DBEEE1

Tints of Swans Down #DBEEE1

Color information

#DBEEE1 (or 0xDBEEE1) is unknown color: approx Swans Down. HEX triplet: DB, EE and E1. RGB value is (219,238,225). Sum of RGB (Red+Green+Blue) = 219+238+225=682 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.11% from 682); Green value is 238 (93.36% from 255 or 34.90% from 682); Blue value is 225 (88.28% from 255 or 32.99% from 682); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEEE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEEE1 is #24111E. Grayscale: #E6E6E6. Windows color (decimal): -2363679 or 14806747. OLE color: 14806747.

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

Color convert

RGB219238225-
CMYK0.0800.050.07
HSL138.95º35.85%89.61%-
HSV(B)138.95º7.98%93.33%-
XYZ73.3881.6583.13-
YUV230.84124.71119.56-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.11%
GREEN value IS 238 (93.36% from 255) = 34.90%
BLUE value IS 225 (88.28% from 255) = 32.99%
R=32.11%
G=34.90%
B=32.99%

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
Decimal2192382250.0800.050.07138.9535.8589.61
HexDBEEE180578b245a
Octal3333563411005721344132
Binary11011011111011101110000110000101111100010111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEEE1; }

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

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

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

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

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

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

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

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