#DBECDF

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

Shades of Swans Down #DBECDF

Tints of Swans Down #DBECDF

Color information

#DBECDF (or 0xDBECDF) is unknown color: approx Swans Down. HEX triplet: DB, EC and DF. RGB value is (219,236,223). Sum of RGB (Red+Green+Blue) = 219+236+223=678 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.30% from 678); Green value is 236 (92.58% from 255 or 34.81% from 678); Blue value is 223 (87.5% from 255 or 32.89% from 678); Max value from RGB is 236 - color contains mainly: green. Hex color #DBECDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBECDF is #241320. Grayscale: #E5E5E5. Windows color (decimal): -2364193 or 14675163. OLE color: 14675163.

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

Color convert

RGB219236223-
CMYK0.0700.060.07
HSL134.12º30.91%89.22%-
HSV(B)134.12º7.2%92.55%-
XYZ72.5380.3881.5-
YUV229.43124.37120.56-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.30%
GREEN value IS 236 (92.58% from 255) = 34.81%
BLUE value IS 223 (87.5% from 255) = 32.89%
R=32.30%
G=34.81%
B=32.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2192362230.0700.060.07134.1230.9189.22
HexDBECDF7067861f59
Octal333354337706720637131
Binary110110111110110011011111111011011110000110111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBECDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBECDF; }

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

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

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

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

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

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

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

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