Html Css Color HEX #DBF0DB Tara

📋 copy color: '#DBF0DB'

red 219 ◦ green 240 ◦ blue 219

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

Shades of Tara #DBF0DB

Tints of Tara #DBF0DB

RGB

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

 GREEN value IS 240 (94.14% from 255) = 35.4%

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

R = 32.3%
G = 35.4%
B = 32.3%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#DBF0DB (or 0xDBF0DB) is known color: Tara. HEX triplet: DB, F0 and DB. RGB value is (219,240,219). Sum of RGB (Red+Green+Blue) = 219+240+219=678 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.30% from 678); Green value is 240 (94.14% from 255 or 35.40% from 678); Blue value is 219 (85.94% from 255 or 32.30% from 678); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF0DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF0DB is #240F24. Grayscale: #E7E7E7. Windows color (decimal): -2363173 or 14414043. OLE color: 14414043.

HSL color Cylindrical-coordinate representation of color #DBF0DB: hue angle of 120º degrees, saturation: 0.41, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBF0DB is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 240 219 -
CMYK 0.09 0 0.09 0.06
HSL 120º 0.41% 0.9% -
HSV(B) 120º 0.09% 0.94% -
XYZ 73.16 82.49 79.08 -
YUV 231.33 121.04 119.21 -
System Red Green Blue C M Y K H S L
Decimal 219 240 219 0.09 0 0.09 0.06 120 0.41 0.9
Hex DB F0 DB 9 0 9 6 78 29 5A
Octal 333 360 333 11 0 11 6 170 51 132
Binary 11011011 11110000 11011011 1001 0 1001 110 1111000 101001 1011010

Color Harmonies of #DBF0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF0DB

Black with #DBF0DB

Text Example


Text Example

White with #DBF0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF0DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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