#DBFCDB

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

Shades of Tara #DBFCDB

Tints of Tara #DBFCDB

Color information

#DBFCDB (or 0xDBFCDB) is unknown color: approx Tara. HEX triplet: DB, FC and DB. RGB value is (219,252,219). Sum of RGB (Red+Green+Blue) = 219+252+219=690 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.74% from 690); Green value is 252 (98.83% from 255 or 36.52% from 690); Blue value is 219 (85.94% from 255 or 31.74% from 690); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFCDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFCDB is #240324. Grayscale: #EEEEEE. Windows color (decimal): -2360101 or 14417115. OLE color: 14417115.

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

Color convert

RGB219252219-
CMYK0.1300.130.01
HSL120º84.62%92.35%-
HSV(B)120º13.1%98.82%-
XYZ76.8189.880.3-
YUV238.37117.07114.18-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.74%
GREEN value IS 252 (98.83% from 255) = 36.52%
BLUE value IS 219 (85.94% from 255) = 31.74%
R=31.74%
G=36.52%
B=31.74%

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
Decimal2192522190.1300.130.0112084.6292.35
HexDBFCDBD0D178555c
Octal333374333150151170125134
Binary1101101111111100110110111101011011111100010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFCDB; }

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

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

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

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

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

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

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

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