#DBEBDE

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

Shades of Swans Down #DBEBDE

Tints of Swans Down #DBEBDE

Color information

#DBEBDE (or 0xDBEBDE) is unknown color: approx Swans Down. HEX triplet: DB, EB and DE. RGB value is (219,235,222). Sum of RGB (Red+Green+Blue) = 219+235+222=676 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.40% from 676); Green value is 235 (92.19% from 255 or 34.76% from 676); Blue value is 222 (87.11% from 255 or 32.84% from 676); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEBDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEBDE is #241421. Grayscale: #E4E4E4. Windows color (decimal): -2364450 or 14609371. OLE color: 14609371.

HSL color Cylindrical-coordinate representation of color #DBEBDE: hue angle of 131.25º degrees, saturation: 0.29, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DBEBDE is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB219235222-
CMYK0.0700.060.08
HSL131.25º28.57%89.02%-
HSV(B)131.25º6.81%92.16%-
XYZ72.1179.7580.7-
YUV228.73124.2121.06-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.40%
GREEN value IS 235 (92.19% from 255) = 34.76%
BLUE value IS 222 (87.11% from 255) = 32.84%
R=32.40%
G=34.76%
B=32.84%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2192352220.0700.060.08131.2528.5789.02
HexDBEBDE7068831d59
Octal3333533367061020335131
Binary1101101111101011110111101110110100010000011111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEBDE; }

 p { color: rgb(219,235,222); }

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

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

 a { background-color: rgb(219,235,222); }

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

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

 span { border-color: rgb(219,235,222); }

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