#DBFDDB

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

Shades of Tara #DBFDDB

Tints of Tara #DBFDDB

Color information

#DBFDDB (or 0xDBFDDB) is unknown color: approx Tara. HEX triplet: DB, FD and DB. RGB value is (219,253,219). Sum of RGB (Red+Green+Blue) = 219+253+219=691 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.69% from 691); Green value is 253 (99.22% from 255 or 36.61% from 691); Blue value is 219 (85.94% from 255 or 31.69% from 691); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFDDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFDDB is #240224. Grayscale: #EFEFEF. Windows color (decimal): -2359845 or 14417371. OLE color: 14417371.

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

Color convert

RGB219253219-
CMYK0.1300.130.01
HSL120º89.47%92.55%-
HSV(B)120º13.44%99.22%-
XYZ77.1290.4380.41-
YUV238.96116.74113.76-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.69%
GREEN value IS 253 (99.22% from 255) = 36.61%
BLUE value IS 219 (85.94% from 255) = 31.69%
R=31.69%
G=36.61%
B=31.69%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2192532190.1300.130.0112089.4792.55
HexDBFDDBD0D178595d
Octal333375333150151170131135
Binary1101101111111101110110111101011011111100010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFDDB; }

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

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

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

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

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

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

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

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