#D5FDD5

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

Shades of Tara #D5FDD5

Tints of Tara #D5FDD5

Color information

#D5FDD5 (or 0xD5FDD5) is unknown color: approx Tara. HEX triplet: D5, FD and D5. RGB value is (213,253,213). Sum of RGB (Red+Green+Blue) = 213+253+213=679 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.37% from 679); Green value is 253 (99.22% from 255 or 37.26% from 679); Blue value is 213 (83.59% from 255 or 31.37% from 679); Max value from RGB is 253 - color contains mainly: green. Hex color #D5FDD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FDD5 is #2A022A. Grayscale: #ECECEC. Windows color (decimal): -2753067 or 14024149. OLE color: 14024149.

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

Color convert

RGB213253213-
CMYK0.1600.160.01
HSL120º90.91%91.37%-
HSV(B)120º15.81%99.22%-
XYZ74.5889.276.24-
YUV236.48114.75111.25-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.37%
GREEN value IS 253 (99.22% from 255) = 37.26%
BLUE value IS 213 (83.59% from 255) = 31.37%
R=31.37%
G=37.26%
B=31.37%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2132532130.1600.160.0112090.9191.37
HexD5FDD5100101785b5b
Octal325375325200201170133133
Binary110101011111110111010101100000100001111100010110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FDD5; }

 p { color: rgb(213,253,213); }

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

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

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

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

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

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

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