Html Css Color HEX #DBF4D9 Tara

📋 copy color: '#DBF4D9'

red 219 ◦ green 244 ◦ blue 217

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

Shades of Tara #DBF4D9

Tints of Tara #DBF4D9

RGB

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

 GREEN value IS 244 (95.7% from 255) = 35.88%

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

R = 32.21%
G = 35.88%
B = 31.91%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#DBF4D9 (or 0xDBF4D9) is known color: Tara. HEX triplet: DB, F4 and D9. RGB value is (219,244,217). Sum of RGB (Red+Green+Blue) = 219+244+217=680 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.21% from 680); Green value is 244 (95.70% from 255 or 35.88% from 680); Blue value is 217 (85.16% from 255 or 31.91% from 680); Max value from RGB is 244 - color contains mainly: green. Hex color #DBF4D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF4D9 is #240B26. Grayscale: #E9E9E9. Windows color (decimal): -2362151 or 14283995. OLE color: 14283995.

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

Color convert

RGB 219 244 217 -
CMYK 0.10 0 0.11 0.04
HSL 115.56º 0.55% 0.9% -
HSV(B) 115.56º 0.11% 0.96% -
XYZ 74.09 84.77 78.1 -
YUV 233.45 118.72 117.7 -
System Red Green Blue C M Y K H S L
Decimal 219 244 217 0.10 0 0.11 0.04 115.56 0.55 0.9
Hex DB F4 D9 A 0 B 4 74 37 5A
Octal 333 364 331 12 0 13 4 164 67 132
Binary 11011011 11110100 11011001 1010 0 1011 100 1110100 110111 1011010

Color Harmonies of #DBF4D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF4D9

Black with #DBF4D9

Text Example


Text Example

White with #DBF4D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF4D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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