Html Css Color HEX #DBF9DC Tara

📋 copy color: '#DBF9DC'

red 219 ◦ green 249 ◦ blue 220

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

Shades of Tara #DBF9DC

Tints of Tara #DBF9DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 31.98%

R = 31.83%
G = 36.19%
B = 31.98%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#DBF9DC (or 0xDBF9DC) is known color: Tara. HEX triplet: DB, F9 and DC. RGB value is (219,249,220). Sum of RGB (Red+Green+Blue) = 219+249+220=688 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.83% from 688); Green value is 249 (97.66% from 255 or 36.19% from 688); Blue value is 220 (86.33% from 255 or 31.98% from 688); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF9DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF9DC is #240623. Grayscale: #ECECEC. Windows color (decimal): -2360868 or 14481883. OLE color: 14481883.

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

Color convert

RGB 219 249 220 -
CMYK 0.12 0 0.12 0.02
HSL 122º 0.71% 0.92% -
HSV(B) 122º 0.12% 0.98% -
XYZ 76.01 87.98 80.69 -
YUV 236.72 118.56 115.36 -
System Red Green Blue C M Y K H S L
Decimal 219 249 220 0.12 0 0.12 0.02 122 0.71 0.92
Hex DB F9 DC C 0 C 2 7A 47 5C
Octal 333 371 334 14 0 14 2 172 107 134
Binary 11011011 11111001 11011100 1100 0 1100 10 1111010 1000111 1011100

Color Harmonies of #DBF9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF9DC

Black with #DBF9DC

Text Example


Text Example

White with #DBF9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF9DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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