Html Css Color HEX #DBFFD6 Tara

📋 copy color: '#DBFFD6'

red 219 ◦ green 255 ◦ blue 214

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

Shades of Tara #DBFFD6

Tints of Tara #DBFFD6

RGB

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

 GREEN value IS 255 (100% from 255) = 37.06%

 BLUE value IS 214 (83.98% from 255) = 31.1%

R = 31.83%
G = 37.06%
B = 31.1%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#DBFFD6 (or 0xDBFFD6) is known color: Tara. HEX triplet: DB, FF and D6. RGB value is (219,255,214). Sum of RGB (Red+Green+Blue) = 219+255+214=688 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.83% from 688); Green value is 255 (100% from 255 or 37.06% from 688); Blue value is 214 (83.98% from 255 or 31.10% from 688); Max value from RGB is 255 - color contains mainly: green. Hex color #DBFFD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFFD6 is #240029. Grayscale: #EFEFEF. Windows color (decimal): -2359338 or 14090203. OLE color: 14090203.

HSL color Cylindrical-coordinate representation of color #DBFFD6: hue angle of 112.68º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBFFD6 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.

Color convert

RGB 219 255 214 -
CMYK 0.14 0 0.16 0
HSL 112.68º 1% 0.92% -
HSV(B) 112.68º 0.16% 1% -
XYZ 77.11 91.44 77.2 -
YUV 239.56 113.57 113.33 -
System Red Green Blue C M Y K H S L
Decimal 219 255 214 0.14 0 0.16 0 112.68 1 0.92
Hex DB FF D6 E 0 10 0 71 64 5C
Octal 333 377 326 16 0 20 0 161 144 134
Binary 11011011 11111111 11010110 1110 0 10000 0 1110001 1100100 1011100

Color Harmonies of #DBFFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFFD6

Black with #DBFFD6

Text Example


Text Example

White with #DBFFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFFD6; }

 p { color: rgb(219,255,214); }

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

background-color css

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

 a { background-color: rgb(219,255,214); }

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

border-color css

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

 span { border-color: rgb(219,255,214); }

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