Html Css Color HEX #D6F1D7 Tara

📋 copy color: '#D6F1D7'

red 214 ◦ green 241 ◦ blue 215

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

Shades of Tara #D6F1D7

Tints of Tara #D6F1D7

RGB

 RED value IS 214 (83.98% from 255) = 31.94%

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

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

R = 31.94%
G = 35.97%
B = 32.09%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#D6F1D7 (or 0xD6F1D7) is known color: Tara. HEX triplet: D6, F1 and D7. RGB value is (214,241,215). Sum of RGB (Red+Green+Blue) = 214+241+215=670 (88% of max value = 765). Red value is 214 (83.98% from 255 or 31.94% from 670); Green value is 241 (94.53% from 255 or 35.97% from 670); Blue value is 215 (84.38% from 255 or 32.09% from 670); Max value from RGB is 241 - color contains mainly: green. Hex color #D6F1D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F1D7 is #290E28. Grayscale: #E6E6E6. Windows color (decimal): -2690601 or 14152150. OLE color: 14152150.

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

Color convert

RGB 214 241 215 -
CMYK 0.11 0 0.11 0.05
HSL 122.22º 0.49% 0.89% -
HSV(B) 122.22º 0.11% 0.95% -
XYZ 71.45 82.11 76.37 -
YUV 229.96 119.55 116.61 -
System Red Green Blue C M Y K H S L
Decimal 214 241 215 0.11 0 0.11 0.05 122.22 0.49 0.89
Hex D6 F1 D7 B 0 B 5 7A 31 59
Octal 326 361 327 13 0 13 5 172 61 131
Binary 11010110 11110001 11010111 1011 0 1011 101 1111010 110001 1011001

Color Harmonies of #D6F1D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6F1D7

Black with #D6F1D7

Text Example


Text Example

White with #D6F1D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6F1D7; }

 p { color: rgb(214,241,215); }

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

background-color css

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

 a { background-color: rgb(214,241,215); }

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

border-color css

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

 span { border-color: rgb(214,241,215); }

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