#D0FED5

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

Shades of Tara #D0FED5

Tints of Tara #D0FED5

Color information

#D0FED5 (or 0xD0FED5) is unknown color: approx Tara. HEX triplet: D0, FE and D5. RGB value is (208,254,213). Sum of RGB (Red+Green+Blue) = 208+254+213=675 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.81% from 675); Green value is 254 (99.61% from 255 or 37.63% from 675); Blue value is 213 (83.59% from 255 or 31.56% from 675); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FED5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FED5 is #2F012A. Grayscale: #EBEBEB. Windows color (decimal): -3080491 or 14024400. OLE color: 14024400.

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

Color convert

RGB208254213-
CMYK0.1800.160.00
HSL126.52º95.83%90.59%-
HSV(B)126.52º18.11%99.61%-
XYZ73.4689.176.28-
YUV235.57115.26108.33-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.81%
GREEN value IS 254 (99.61% from 255) = 37.63%
BLUE value IS 213 (83.59% from 255) = 31.56%
R=30.81%
G=37.63%
B=31.56%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2082542130.1800.160.00126.5295.8390.59
HexD0FED51201007f605b
Octal320376325220200177140133
Binary110100001111111011010101100100100000111111111000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FED5; }

 p { color: rgb(208,254,213); }

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

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

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

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

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

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

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