#DBECDA

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

Shades of Tara #DBECDA

Tints of Tara #DBECDA

Color information

#DBECDA (or 0xDBECDA) is unknown color: approx Tara. HEX triplet: DB, EC and DA. RGB value is (219,236,218). Sum of RGB (Red+Green+Blue) = 219+236+218=673 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.54% from 673); Green value is 236 (92.58% from 255 or 35.07% from 673); Blue value is 218 (85.55% from 255 or 32.39% from 673); Max value from RGB is 236 - color contains mainly: green. Hex color #DBECDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBECDA is #241325. Grayscale: #E4E4E4. Windows color (decimal): -2364198 or 14347483. OLE color: 14347483.

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

Color convert

RGB219236218-
CMYK0.0700.080.07
HSL116.67º32.14%89.02%-
HSV(B)116.67º7.63%92.55%-
XYZ71.8680.1178.01-
YUV228.86121.87120.96-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.54%
GREEN value IS 236 (92.58% from 255) = 35.07%
BLUE value IS 218 (85.55% from 255) = 32.39%
R=32.54%
G=35.07%
B=32.39%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2192362180.0700.080.07116.6732.1489.02
HexDBECDA7087752059
Octal3333543327010716540131
Binary1101101111101100110110101110100011111101011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBECDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBECDA; }

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

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

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

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

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

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

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

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