#D2FAD2

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

Shades of Tara #D2FAD2

Tints of Tara #D2FAD2

Color information

#D2FAD2 (or 0xD2FAD2) is unknown color: approx Tara. HEX triplet: D2, FA and D2. RGB value is (210,250,210). Sum of RGB (Red+Green+Blue) = 210+250+210=670 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.34% from 670); Green value is 250 (98.05% from 255 or 37.31% from 670); Blue value is 210 (82.42% from 255 or 31.34% from 670); Max value from RGB is 250 - color contains mainly: green. Hex color #D2FAD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FAD2 is #2D052D. Grayscale: #E9E9E9. Windows color (decimal): -2950446 or 13826770. OLE color: 13826770.

HSL color Cylindrical-coordinate representation of color #D2FAD2: hue angle of 120º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D2FAD2 is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB210250210-
CMYK0.1600.160.02
HSL120º80%90.2%-
HSV(B)120º16%98.04%-
XYZ72.486.7373.9-
YUV233.48114.75111.25-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.34%
GREEN value IS 250 (98.05% from 255) = 37.31%
BLUE value IS 210 (82.42% from 255) = 31.34%
R=31.34%
G=37.31%
B=31.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2102502100.1600.160.021208090.2
HexD2FAD210010278505a
Octal322372322200202170120132
Binary1101001011111010110100101000001000010111100010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FAD2; }

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

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

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

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

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

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

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

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