Html Css Color HEX #DBF9D8 Tara

📋 copy color: '#DBF9D8'

red 219 ◦ green 249 ◦ blue 216

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

Shades of Tara #DBF9D8

Tints of Tara #DBF9D8

RGB

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

 GREEN value IS 249 (97.66% from 255) = 36.4%

 BLUE value IS 216 (84.77% from 255) = 31.58%

R = 32.02%
G = 36.4%
B = 31.58%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#DBF9D8 (or 0xDBF9D8) is known color: Tara. HEX triplet: DB, F9 and D8. RGB value is (219,249,216). Sum of RGB (Red+Green+Blue) = 219+249+216=684 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.02% from 684); Green value is 249 (97.66% from 255 or 36.40% from 684); Blue value is 216 (84.77% from 255 or 31.58% from 684); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF9D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF9D8 is #240627. Grayscale: #ECECEC. Windows color (decimal): -2360872 or 14219739. OLE color: 14219739.

HSL color Cylindrical-coordinate representation of color #DBF9D8: hue angle of 114.55º degrees, saturation: 0.73, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBF9D8 is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 249 216 -
CMYK 0.12 0 0.13 0.02
HSL 114.55º 0.73% 0.91% -
HSV(B) 114.55º 0.13% 0.98% -
XYZ 75.48 87.77 77.93 -
YUV 236.27 116.56 115.68 -
System Red Green Blue C M Y K H S L
Decimal 219 249 216 0.12 0 0.13 0.02 114.55 0.73 0.91
Hex DB F9 D8 C 0 D 2 73 49 5B
Octal 333 371 330 14 0 15 2 163 111 133
Binary 11011011 11111001 11011000 1100 0 1101 10 1110011 1001001 1011011

Color Harmonies of #DBF9D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF9D8

Black with #DBF9D8

Text Example


Text Example

White with #DBF9D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF9D8; }

 p { color: rgb(219,249,216); }

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

background-color css

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

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

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

border-color css

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

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

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