Html Css Color HEX #DBF1D8 Tara

📋 copy color: '#DBF1D8'

red 219 ◦ green 241 ◦ blue 216

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

Shades of Tara #DBF1D8

Tints of Tara #DBF1D8

RGB

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

 GREEN value IS 241 (94.53% from 255) = 35.65%

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

R = 32.4%
G = 35.65%
B = 31.95%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#DBF1D8 (or 0xDBF1D8) is known color: Tara. HEX triplet: DB, F1 and D8. RGB value is (219,241,216). Sum of RGB (Red+Green+Blue) = 219+241+216=676 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.40% from 676); Green value is 241 (94.53% from 255 or 35.65% from 676); Blue value is 216 (84.77% from 255 or 31.95% from 676); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF1D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF1D8 is #240E27. Grayscale: #E7E7E7. Windows color (decimal): -2362920 or 14217691. OLE color: 14217691.

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

Color convert

RGB 219 241 216 -
CMYK 0.09 0 0.10 0.05
HSL 112.8º 0.47% 0.9% -
HSV(B) 112.8º 0.1% 0.95% -
XYZ 73.06 82.93 77.12 -
YUV 231.57 119.21 119.03 -
System Red Green Blue C M Y K H S L
Decimal 219 241 216 0.09 0 0.10 0.05 112.8 0.47 0.9
Hex DB F1 D8 9 0 A 5 71 2F 5A
Octal 333 361 330 11 0 12 5 161 57 132
Binary 11011011 11110001 11011000 1001 0 1010 101 1110001 101111 1011010

Color Harmonies of #DBF1D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF1D8

Black with #DBF1D8

Text Example


Text Example

White with #DBF1D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF1D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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