Html Css Color HEX #DBF2D9 Tara

📋 copy color: '#DBF2D9'

red 219 ◦ green 242 ◦ blue 217

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

Shades of Tara #DBF2D9

Tints of Tara #DBF2D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 32.01%

R = 32.3%
G = 35.69%
B = 32.01%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#DBF2D9 (or 0xDBF2D9) is known color: Tara. HEX triplet: DB, F2 and D9. RGB value is (219,242,217). Sum of RGB (Red+Green+Blue) = 219+242+217=678 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.30% from 678); Green value is 242 (94.92% from 255 or 35.69% from 678); Blue value is 217 (85.16% from 255 or 32.01% from 678); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF2D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF2D9 is #240D26. Grayscale: #E8E8E8. Windows color (decimal): -2362663 or 14283483. OLE color: 14283483.

HSL color Cylindrical-coordinate representation of color #DBF2D9: hue angle of 115.2º degrees, saturation: 0.49, 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 #DBF2D9 is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 242 217 -
CMYK 0.10 0 0.10 0.05
HSL 115.2º 0.49% 0.9% -
HSV(B) 115.2º 0.1% 0.95% -
XYZ 73.49 83.57 77.9 -
YUV 232.27 119.38 118.53 -
System Red Green Blue C M Y K H S L
Decimal 219 242 217 0.10 0 0.10 0.05 115.2 0.49 0.9
Hex DB F2 D9 A 0 A 5 73 31 5A
Octal 333 362 331 12 0 12 5 163 61 132
Binary 11011011 11110010 11011001 1010 0 1010 101 1110011 110001 1011010

Color Harmonies of #DBF2D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF2D9

Black with #DBF2D9

Text Example


Text Example

White with #DBF2D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF2D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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