#DBF3DB

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

Shades of Tara #DBF3DB

Tints of Tara #DBF3DB

Color information

#DBF3DB (or 0xDBF3DB) is unknown color: approx Tara. HEX triplet: DB, F3 and DB. RGB value is (219,243,219). Sum of RGB (Red+Green+Blue) = 219+243+219=681 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.16% from 681); Green value is 243 (95.31% from 255 or 35.68% from 681); Blue value is 219 (85.94% from 255 or 32.16% from 681); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF3DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF3DB is #240C24. Grayscale: #E9E9E9. Windows color (decimal): -2362405 or 14414811. OLE color: 14414811.

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

Color convert

RGB219243219-
CMYK0.1000.100.05
HSL120º50%90.59%-
HSV(B)120º9.88%95.29%-
XYZ74.0584.2879.38-
YUV233.09120.05117.95-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.16%
GREEN value IS 243 (95.31% from 255) = 35.68%
BLUE value IS 219 (85.94% from 255) = 32.16%
R=32.16%
G=35.68%
B=32.16%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2192432190.1000.100.051205090.59
HexDBF3DBA0A578325b
Octal33336333312012517062133
Binary11011011111100111101101110100101010111110001100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF3DB; }

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

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

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

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

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

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

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

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