#DBF6DC

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

Shades of Tara #DBF6DC

Tints of Tara #DBF6DC

Color information

#DBF6DC (or 0xDBF6DC) is unknown color: approx Tara. HEX triplet: DB, F6 and DC. RGB value is (219,246,220). Sum of RGB (Red+Green+Blue) = 219+246+220=685 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.97% from 685); Green value is 246 (96.48% from 255 or 35.91% from 685); Blue value is 220 (86.33% from 255 or 32.12% from 685); Max value from RGB is 246 - color contains mainly: green. Hex color #DBF6DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF6DC is #240923. Grayscale: #EBEBEB. Windows color (decimal): -2361636 or 14481115. OLE color: 14481115.

HSL color Cylindrical-coordinate representation of color #DBF6DC: hue angle of 122.22º degrees, saturation: 0.6, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBF6DC is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB219246220-
CMYK0.1100.110.04
HSL122.22º60%91.18%-
HSV(B)122.22º10.98%96.47%-
XYZ75.0986.1480.38-
YUV234.96119.55116.61-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.97%
GREEN value IS 246 (96.48% from 255) = 35.91%
BLUE value IS 220 (86.33% from 255) = 32.12%
R=31.97%
G=35.91%
B=32.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2192462200.1100.110.04122.226091.18
HexDBF6DCB0B47a3c5b
Octal33336633413013417274133
Binary11011011111101101101110010110101110011110101111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF6DC; }

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

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

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

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

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

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

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

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