#DBEBDA

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

Shades of Tara #DBEBDA

Tints of Tara #DBEBDA

Color information

#DBEBDA (or 0xDBEBDA) is unknown color: approx Tara. HEX triplet: DB, EB and DA. RGB value is (219,235,218). Sum of RGB (Red+Green+Blue) = 219+235+218=672 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.59% from 672); Green value is 235 (92.19% from 255 or 34.97% from 672); Blue value is 218 (85.55% from 255 or 32.44% from 672); Max value from RGB is 235 - color contains mainly: green. Hex color #DBEBDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBEBDA is #241425. Grayscale: #E4E4E4. Windows color (decimal): -2364454 or 14347227. OLE color: 14347227.

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

Color convert

RGB219235218-
CMYK0.0700.070.08
HSL116.47º29.82%88.82%-
HSV(B)116.47º7.23%92.16%-
XYZ71.5879.5477.91-
YUV228.28122.2121.38-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.59%
GREEN value IS 235 (92.19% from 255) = 34.97%
BLUE value IS 218 (85.55% from 255) = 32.44%
R=32.59%
G=34.97%
B=32.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2192352180.0700.070.08116.4729.8288.82
HexDBEBDA7078741e59
Octal3333533327071016436131
Binary110110111110101111011010111011110001110100111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEBDA; }

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

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

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

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

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

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

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

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