#DBEBDF

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

Shades of Swans Down #DBEBDF

Tints of Swans Down #DBEBDF

Color information

#DBEBDF (or 0xDBEBDF) is unknown color: approx Swans Down. HEX triplet: DB, EB and DF. RGB value is (219,235,223). Sum of RGB (Red+Green+Blue) = 219+235+223=677 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.35% from 677); Green value is 235 (92.19% from 255 or 34.71% from 677); Blue value is 223 (87.5% from 255 or 32.94% from 677); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEBDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEBDF is #241420. Grayscale: #E4E4E4. Windows color (decimal): -2364449 or 14674907. OLE color: 14674907.

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

Color convert

RGB219235223-
CMYK0.0700.050.08
HSL135º28.57%89.02%-
HSV(B)135º6.81%92.16%-
XYZ72.2479.881.41-
YUV228.85124.7120.98-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.35%
GREEN value IS 235 (92.19% from 255) = 34.71%
BLUE value IS 223 (87.5% from 255) = 32.94%
R=32.35%
G=34.71%
B=32.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2192352230.0700.050.0813528.5789.02
HexDBEBDF7058871d59
Octal3333533377051020735131
Binary1101101111101011110111111110101100010000111111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEBDF; }

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

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

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

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

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

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

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

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