#DBFCDA

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

Shades of Tara #DBFCDA

Tints of Tara #DBFCDA

Color information

#DBFCDA (or 0xDBFCDA) is unknown color: approx Tara. HEX triplet: DB, FC and DA. RGB value is (219,252,218). Sum of RGB (Red+Green+Blue) = 219+252+218=689 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.79% from 689); Green value is 252 (98.83% from 255 or 36.57% from 689); Blue value is 218 (85.55% from 255 or 31.64% from 689); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFCDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFCDA is #240325. Grayscale: #EEEEEE. Windows color (decimal): -2360102 or 14351579. OLE color: 14351579.

HSL color Cylindrical-coordinate representation of color #DBFCDA: hue angle of 118.24º 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 #DBFCDA is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB219252218-
CMYK0.1300.130.01
HSL118.24º85%92.16%-
HSV(B)118.24º13.49%98.82%-
XYZ76.6889.7479.61-
YUV238.26116.57114.26-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.79%
GREEN value IS 252 (98.83% from 255) = 36.57%
BLUE value IS 218 (85.55% from 255) = 31.64%
R=31.79%
G=36.57%
B=31.64%

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
Decimal2192522180.1300.130.01118.248592.16
HexDBFCDAD0D176555c
Octal333374332150151166125134
Binary1101101111111100110110101101011011111011010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFCDA; }

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

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

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

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

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

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

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

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