#D2FED2

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

Shades of Tara #D2FED2

Tints of Tara #D2FED2

Color information

#D2FED2 (or 0xD2FED2) is unknown color: approx Tara. HEX triplet: D2, FE and D2. RGB value is (210,254,210). Sum of RGB (Red+Green+Blue) = 210+254+210=674 (89% of max value = 765). Red value is 210 (82.42% from 255 or 31.16% from 674); Green value is 254 (99.61% from 255 or 37.69% from 674); Blue value is 210 (82.42% from 255 or 31.16% from 674); Max value from RGB is 254 - color contains mainly: green. Hex color #D2FED2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FED2 is #2D012D. Grayscale: #EBEBEB. Windows color (decimal): -2949422 or 13827794. OLE color: 13827794.

HSL color Cylindrical-coordinate representation of color #D2FED2: hue angle of 120º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2FED2 is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.

Color convert

RGB210254210-
CMYK0.1700.170.00
HSL120º95.65%90.98%-
HSV(B)120º17.32%99.61%-
XYZ73.6589.2474.32-
YUV235.83113.42109.58-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.16%
GREEN value IS 254 (99.61% from 255) = 37.69%
BLUE value IS 210 (82.42% from 255) = 31.16%
R=31.16%
G=37.69%
B=31.16%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2102542100.1700.170.0012095.6590.98
HexD2FED211011078605b
Octal322376322210210170140133
Binary110100101111111011010010100010100010111100011000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FED2; }

 p { color: rgb(210,254,210); }

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

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

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

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

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

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

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