#DBF1DB

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

Shades of Tara #DBF1DB

Tints of Tara #DBF1DB

Color information

#DBF1DB (or 0xDBF1DB) is unknown color: approx Tara. HEX triplet: DB, F1 and DB. RGB value is (219,241,219). Sum of RGB (Red+Green+Blue) = 219+241+219=679 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.25% from 679); Green value is 241 (94.53% from 255 or 35.49% from 679); Blue value is 219 (85.94% from 255 or 32.25% from 679); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF1DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF1DB is #240E24. Grayscale: #E7E7E7. Windows color (decimal): -2362917 or 14414299. OLE color: 14414299.

HSL color Cylindrical-coordinate representation of color #DBF1DB: hue angle of 120º degrees, saturation: 0.44, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBF1DB is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB219241219-
CMYK0.0900.090.05
HSL120º44%90.2%-
HSV(B)120º9.13%94.51%-
XYZ73.4583.0979.18-
YUV231.91120.71118.79-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.25%
GREEN value IS 241 (94.53% from 255) = 35.49%
BLUE value IS 219 (85.94% from 255) = 32.25%
R=32.25%
G=35.49%
B=32.25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2192412190.0900.090.051204490.2
HexDBF1DB9095782c5a
Octal33336133311011517054132
Binary11011011111100011101101110010100110111110001011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF1DB; }

 p { color: rgb(219,241,219); }

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

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

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

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

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

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

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