#D1F2D2

Color #D1F2D2 Tara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tara #D1F2D2

Tints of Tara #D1F2D2

Color information

#D1F2D2 (or 0xD1F2D2) is unknown color: approx Tara. HEX triplet: D1, F2 and D2. RGB value is (209,242,210). Sum of RGB (Red+Green+Blue) = 209+242+210=661 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.62% from 661); Green value is 242 (94.92% from 255 or 36.61% from 661); Blue value is 210 (82.42% from 255 or 31.77% from 661); Max value from RGB is 242 - color contains mainly: green. Hex color #D1F2D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1F2D2 is #2E0D2D. Grayscale: #E4E4E4. Windows color (decimal): -3018030 or 13824721. OLE color: 13824721.

HSL color Cylindrical-coordinate representation of color #D1F2D2: hue angle of 121.82º degrees, saturation: 0.56, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D1F2D2 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB209242210-
CMYK0.1400.130.05
HSL121.82º55.93%88.43%-
HSV(B)121.82º13.64%94.9%-
XYZ69.6881.7173.07-
YUV228.48117.57114.1-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.62%
GREEN value IS 242 (94.92% from 255) = 36.61%
BLUE value IS 210 (82.42% from 255) = 31.77%
R=31.62%
G=36.61%
B=31.77%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2092422100.1400.130.05121.8255.9388.43
HexD1F2D2E0D57a3858
Octal32136232216015517270130
Binary11010001111100101101001011100110110111110101110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1F2D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1F2D2; }

 p { color: rgb(209,242,210); }

 H1.HeaderClassName
 {
   color: #D1F2D2;
 }
 .AnyTagClassName
 {
   color: #D1F2D2;
 }
</style>
background-color css

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

 a { background-color: rgb(209,242,210); }

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

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

 span { border-color: rgb(209,242,210); }

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