#D0F7D2

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

Shades of Tara #D0F7D2

Tints of Tara #D0F7D2

Color information

#D0F7D2 (or 0xD0F7D2) is unknown color: approx Tara. HEX triplet: D0, F7 and D2. RGB value is (208,247,210). Sum of RGB (Red+Green+Blue) = 208+247+210=665 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.28% from 665); Green value is 247 (96.88% from 255 or 37.14% from 665); Blue value is 210 (82.42% from 255 or 31.58% from 665); Max value from RGB is 247 - color contains mainly: green. Hex color #D0F7D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F7D2 is #2F082D. Grayscale: #E7E7E7. Windows color (decimal): -3082286 or 13826000. OLE color: 13826000.

HSL color Cylindrical-coordinate representation of color #D0F7D2: hue angle of 123.08º degrees, saturation: 0.71, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D0F7D2 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.

Color convert

RGB208247210-
CMYK0.1600.150.03
HSL123.08º70.91%89.22%-
HSV(B)123.08º15.79%96.86%-
XYZ70.9184.5873.56-
YUV231.12116.08111.51-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.28%
GREEN value IS 247 (96.88% from 255) = 37.14%
BLUE value IS 210 (82.42% from 255) = 31.58%
R=31.28%
G=37.14%
B=31.58%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2082472100.1600.150.03123.0870.9189.22
HexD0F7D2100F37b4759
Octal320367322200173173107131
Binary110100001111011111010010100000111111111101110001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F7D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F7D2; }

 p { color: rgb(208,247,210); }

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

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

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

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

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

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

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