Html Css Color HEX #DBF8D7 Tara

📋 copy color: '#DBF8D7'

red 219 ◦ green 248 ◦ blue 215

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

Shades of Tara #DBF8D7

Tints of Tara #DBF8D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 31.52%

R = 32.11%
G = 36.36%
B = 31.52%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.13

 K value IS 0.03

RGB Variations

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

Color information

#DBF8D7 (or 0xDBF8D7) is known color: Tara. HEX triplet: DB, F8 and D7. RGB value is (219,248,215). Sum of RGB (Red+Green+Blue) = 219+248+215=682 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.11% from 682); Green value is 248 (97.27% from 255 or 36.36% from 682); Blue value is 215 (84.38% from 255 or 31.52% from 682); Max value from RGB is 248 - color contains mainly: green. Hex color #DBF8D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF8D7 is #240728. Grayscale: #EBEBEB. Windows color (decimal): -2361129 or 14153947. OLE color: 14153947.

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

Color convert

RGB 219 248 215 -
CMYK 0.12 0 0.13 0.03
HSL 112.73º 0.7% 0.91% -
HSV(B) 112.73º 0.13% 0.97% -
XYZ 75.05 87.1 77.15 -
YUV 235.57 116.39 116.18 -
System Red Green Blue C M Y K H S L
Decimal 219 248 215 0.12 0 0.13 0.03 112.73 0.7 0.91
Hex DB F8 D7 C 0 D 3 71 46 5B
Octal 333 370 327 14 0 15 3 161 106 133
Binary 11011011 11111000 11010111 1100 0 1101 11 1110001 1000110 1011011

Color Harmonies of #DBF8D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF8D7

Black with #DBF8D7

Text Example


Text Example

White with #DBF8D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF8D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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