Html Css Color HEX #DBF8DA Tara

📋 copy color: '#DBF8DA'

red 219 ◦ green 248 ◦ blue 218

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

Shades of Tara #DBF8DA

Tints of Tara #DBF8DA

RGB

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

 GREEN value IS 248 (97.27% from 255) = 36.2%

 BLUE value IS 218 (85.55% from 255) = 31.82%

R = 31.97%
G = 36.2%
B = 31.82%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#DBF8DA (or 0xDBF8DA) is known color: Tara. HEX triplet: DB, F8 and DA. RGB value is (219,248,218). Sum of RGB (Red+Green+Blue) = 219+248+218=685 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.97% from 685); Green value is 248 (97.27% from 255 or 36.20% from 685); Blue value is 218 (85.55% from 255 or 31.82% from 685); Max value from RGB is 248 - color contains mainly: green. Hex color #DBF8DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF8DA is #240725. Grayscale: #EBEBEB. Windows color (decimal): -2361126 or 14350555. OLE color: 14350555.

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

Color convert

RGB 219 248 218 -
CMYK 0.12 0 0.12 0.03
HSL 118º 0.68% 0.91% -
HSV(B) 118º 0.12% 0.97% -
XYZ 75.44 87.26 79.2 -
YUV 235.91 117.89 115.94 -
System Red Green Blue C M Y K H S L
Decimal 219 248 218 0.12 0 0.12 0.03 118 0.68 0.91
Hex DB F8 DA C 0 C 3 76 44 5B
Octal 333 370 332 14 0 14 3 166 104 133
Binary 11011011 11111000 11011010 1100 0 1100 11 1110110 1000100 1011011

Color Harmonies of #DBF8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF8DA

Black with #DBF8DA

Text Example


Text Example

White with #DBF8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF8DA; }

 p { color: rgb(219,248,218); }

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

background-color css

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

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

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

border-color css

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

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

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