Html Css Color HEX #DBF2D8 Tara

📋 copy color: '#DBF2D8'

red 219 ◦ green 242 ◦ blue 216

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

Shades of Tara #DBF2D8

Tints of Tara #DBF2D8

RGB

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

 GREEN value IS 242 (94.92% from 255) = 35.75%

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

R = 32.35%
G = 35.75%
B = 31.91%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#DBF2D8 (or 0xDBF2D8) is known color: Tara. HEX triplet: DB, F2 and D8. RGB value is (219,242,216). Sum of RGB (Red+Green+Blue) = 219+242+216=677 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.35% from 677); Green value is 242 (94.92% from 255 or 35.75% from 677); Blue value is 216 (84.77% from 255 or 31.91% from 677); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF2D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF2D8 is #240D27. Grayscale: #E8E8E8. Windows color (decimal): -2362664 or 14217947. OLE color: 14217947.

HSL color Cylindrical-coordinate representation of color #DBF2D8: hue angle of 113.08º degrees, saturation: 0.5, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBF2D8 is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 242 216 -
CMYK 0.10 0 0.11 0.05
HSL 113.08º 0.5% 0.9% -
HSV(B) 113.08º 0.11% 0.95% -
XYZ 73.36 83.52 77.22 -
YUV 232.16 118.88 118.61 -
System Red Green Blue C M Y K H S L
Decimal 219 242 216 0.10 0 0.11 0.05 113.08 0.5 0.9
Hex DB F2 D8 A 0 B 5 71 32 5A
Octal 333 362 330 12 0 13 5 161 62 132
Binary 11011011 11110010 11011000 1010 0 1011 101 1110001 110010 1011010

Color Harmonies of #DBF2D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF2D8

Black with #DBF2D8

Text Example


Text Example

White with #DBF2D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF2D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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