#DBF2DC

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

Shades of Tara #DBF2DC

Tints of Tara #DBF2DC

Color information

#DBF2DC (or 0xDBF2DC) is unknown color: approx Tara. HEX triplet: DB, F2 and DC. RGB value is (219,242,220). Sum of RGB (Red+Green+Blue) = 219+242+220=681 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.16% from 681); Green value is 242 (94.92% from 255 or 35.54% from 681); Blue value is 220 (86.33% from 255 or 32.31% from 681); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF2DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF2DC is #240D23. Grayscale: #E8E8E8. Windows color (decimal): -2362660 or 14480091. OLE color: 14480091.

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

Color convert

RGB219242220-
CMYK0.1000.090.05
HSL122.61º46.94%90.39%-
HSV(B)122.61º9.5%94.9%-
XYZ73.8883.7379.98-
YUV232.62120.88118.29-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.16%
GREEN value IS 242 (94.92% from 255) = 35.54%
BLUE value IS 220 (86.33% from 255) = 32.31%
R=32.16%
G=35.54%
B=32.31%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2192422200.1000.090.05122.6146.9490.39
HexDBF2DCA0957b2f5a
Octal33336233412011517357132
Binary11011011111100101101110010100100110111110111011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF2DC; }

 p { color: rgb(219,242,220); }

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

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

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

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

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

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

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