#D0FFD1

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

Shades of Tara #D0FFD1

Tints of Tara #D0FFD1

Color information

#D0FFD1 (or 0xD0FFD1) is unknown color: approx Tara. HEX triplet: D0, FF and D1. RGB value is (208,255,209). Sum of RGB (Red+Green+Blue) = 208+255+209=672 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.95% from 672); Green value is 255 (100% from 255 or 37.95% from 672); Blue value is 209 (82.03% from 255 or 31.10% from 672); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FFD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FFD1 is #2F002E. Grayscale: #EBEBEB. Windows color (decimal): -3080239 or 13762512. OLE color: 13762512.

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

Color convert

RGB208255209-
CMYK0.1800.180
HSL121.28º100%90.78%-
HSV(B)121.28º18.43%100%-
XYZ73.2889.5373.74-
YUV235.7112.93108.24-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.95%
GREEN value IS 255 (100% from 255) = 37.95%
BLUE value IS 209 (82.03% from 255) = 31.10%
R=30.95%
G=37.95%
B=31.10%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2082552090.1800.180121.2810090.78
HexD0FFD112012079645b
Octal320377321220220171144133
Binary110100001111111111010001100100100100111100111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FFD1; }

 p { color: rgb(208,255,209); }

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

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

 a { background-color: rgb(208,255,209); }

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

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

 span { border-color: rgb(208,255,209); }

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