Html Css Color HEX #D9F2D7 Tara

📋 copy color: '#D9F2D7'

red 217 ◦ green 242 ◦ blue 215

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

Shades of Tara #D9F2D7

Tints of Tara #D9F2D7

RGB

 RED value IS 217 (85.16% from 255) = 32.2%

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

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

R = 32.2%
G = 35.91%
B = 31.9%

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

#D9F2D7 (or 0xD9F2D7) is known color: Tara. HEX triplet: D9, F2 and D7. RGB value is (217,242,215). Sum of RGB (Red+Green+Blue) = 217+242+215=674 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.20% from 674); Green value is 242 (94.92% from 255 or 35.91% from 674); Blue value is 215 (84.38% from 255 or 31.90% from 674); Max value from RGB is 242 - color contains mainly: green. Hex color #D9F2D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9F2D7 is #260D28. Grayscale: #E7E7E7. Windows color (decimal): -2493737 or 14152409. OLE color: 14152409.

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

Color convert

RGB 217 242 215 -
CMYK 0.10 0 0.11 0.05
HSL 115.56º 0.51% 0.9% -
HSV(B) 115.56º 0.11% 0.95% -
XYZ 72.63 83.16 76.51 -
YUV 231.45 118.72 117.7 -
System Red Green Blue C M Y K H S L
Decimal 217 242 215 0.10 0 0.11 0.05 115.56 0.51 0.9
Hex D9 F2 D7 A 0 B 5 74 33 5A
Octal 331 362 327 12 0 13 5 164 63 132
Binary 11011001 11110010 11010111 1010 0 1011 101 1110100 110011 1011010

Color Harmonies of #D9F2D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9F2D7

Black with #D9F2D7

Text Example


Text Example

White with #D9F2D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9F2D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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