Html Css Color HEX #DBF7DB Tara

📋 copy color: '#DBF7DB'

red 219 ◦ green 247 ◦ blue 219

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

Shades of Tara #DBF7DB

Tints of Tara #DBF7DB

RGB

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

 GREEN value IS 247 (96.88% from 255) = 36.06%

 BLUE value IS 219 (85.94% from 255) = 31.97%

R = 31.97%
G = 36.06%
B = 31.97%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#DBF7DB (or 0xDBF7DB) is known color: Tara. HEX triplet: DB, F7 and DB. RGB value is (219,247,219). Sum of RGB (Red+Green+Blue) = 219+247+219=685 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.97% from 685); Green value is 247 (96.88% from 255 or 36.06% from 685); Blue value is 219 (85.94% from 255 or 31.97% from 685); Max value from RGB is 247 - color contains mainly: green. Hex color #DBF7DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF7DB is #240824. Grayscale: #EBEBEB. Windows color (decimal): -2361381 or 14415835. OLE color: 14415835.

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

Color convert

RGB 219 247 219 -
CMYK 0.11 0 0.11 0.03
HSL 120º 0.64% 0.91% -
HSV(B) 120º 0.11% 0.97% -
XYZ 75.26 86.7 79.79 -
YUV 235.44 118.72 116.28 -
System Red Green Blue C M Y K H S L
Decimal 219 247 219 0.11 0 0.11 0.03 120 0.64 0.91
Hex DB F7 DB B 0 B 3 78 40 5B
Octal 333 367 333 13 0 13 3 170 100 133
Binary 11011011 11110111 11011011 1011 0 1011 11 1111000 1000000 1011011

Color Harmonies of #DBF7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF7DB

Black with #DBF7DB

Text Example


Text Example

White with #DBF7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF7DB; }

 p { color: rgb(219,247,219); }

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

background-color css

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

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

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

border-color css

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

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

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