Html Css Color HEX #DBF6D9 Tara

📋 copy color: '#DBF6D9'

red 219 ◦ green 246 ◦ blue 217

#DBF6D9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tara #DBF6D9

Tints of Tara #DBF6D9

RGB

 RED value IS 219 (85.94% from 255) = 32.11%

 GREEN value IS 246 (96.48% from 255) = 36.07%

 BLUE value IS 217 (85.16% from 255) = 31.82%

R = 32.11%
G = 36.07%
B = 31.82%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.12

 K value IS 0.04

RGB Variations

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

Color information

#DBF6D9 (or 0xDBF6D9) is known color: Tara. HEX triplet: DB, F6 and D9. RGB value is (219,246,217). Sum of RGB (Red+Green+Blue) = 219+246+217=682 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.11% from 682); Green value is 246 (96.48% from 255 or 36.07% from 682); Blue value is 217 (85.16% from 255 or 31.82% from 682); Max value from RGB is 246 - color contains mainly: green. Hex color #DBF6D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF6D9 is #240926. Grayscale: #EAEAEA. Windows color (decimal): -2361639 or 14284507. OLE color: 14284507.

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

Color convert

RGB 219 246 217 -
CMYK 0.11 0 0.12 0.04
HSL 115.86º 0.62% 0.91% -
HSV(B) 115.86º 0.12% 0.96% -
XYZ 74.69 85.98 78.3 -
YUV 234.62 118.05 116.86 -
System Red Green Blue C M Y K H S L
Decimal 219 246 217 0.11 0 0.12 0.04 115.86 0.62 0.91
Hex DB F6 D9 B 0 C 4 74 3E 5B
Octal 333 366 331 13 0 14 4 164 76 133
Binary 11011011 11110110 11011001 1011 0 1100 100 1110100 111110 1011011

Color Harmonies of #DBF6D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF6D9

Black with #DBF6D9

Text Example


Text Example

White with #DBF6D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF6D9; }

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

 H1.HeaderClassName
 {
   color: #DBF6D9;
 }
 .AnyTagClassName
 {
   color: #DBF6D9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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