#DBEEE2

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

Shades of Swans Down #DBEEE2

Tints of Swans Down #DBEEE2

Color information

#DBEEE2 (or 0xDBEEE2) is unknown color: approx Swans Down. HEX triplet: DB, EE and E2. RGB value is (219,238,226). Sum of RGB (Red+Green+Blue) = 219+238+226=683 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.06% from 683); Green value is 238 (93.36% from 255 or 34.85% from 683); Blue value is 226 (88.67% from 255 or 33.09% from 683); Max value from RGB is 238 - color contains mainly: green. Hex color #DBEEE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEEE2 is #24111D. Grayscale: #E6E6E6. Windows color (decimal): -2363678 or 14872283. OLE color: 14872283.

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

Color convert

RGB219238226-
CMYK0.0800.050.07
HSL142.11º35.85%89.61%-
HSV(B)142.11º7.98%93.33%-
XYZ73.5281.783.85-
YUV230.95125.21119.48-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.06%
GREEN value IS 238 (93.36% from 255) = 34.85%
BLUE value IS 226 (88.67% from 255) = 33.09%
R=32.06%
G=34.85%
B=33.09%

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
Decimal2192382260.0800.050.07142.1135.8589.61
HexDBEEE280578e245a
Octal3333563421005721644132
Binary11011011111011101110001010000101111100011101001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEEE2; }

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

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

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

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

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

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

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

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