#D5F8D8

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

Shades of Tara #D5F8D8

Tints of Tara #D5F8D8

Color information

#D5F8D8 (or 0xD5F8D8) is unknown color: approx Tara. HEX triplet: D5, F8 and D8. RGB value is (213,248,216). Sum of RGB (Red+Green+Blue) = 213+248+216=677 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.46% from 677); Green value is 248 (97.27% from 255 or 36.63% from 677); Blue value is 216 (84.77% from 255 or 31.91% from 677); Max value from RGB is 248 - color contains mainly: green. Hex color #D5F8D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5F8D8 is #2A0727. Grayscale: #E9E9E9. Windows color (decimal): -2754344 or 14219477. OLE color: 14219477.

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

Color convert

RGB213248216-
CMYK0.1400.130.03
HSL125.14º71.43%90.39%-
HSV(B)125.14º14.11%97.25%-
XYZ73.486.2477.74-
YUV233.89117.9113.1-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.46%
GREEN value IS 248 (97.27% from 255) = 36.63%
BLUE value IS 216 (84.77% from 255) = 31.91%
R=31.46%
G=36.63%
B=31.91%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2132482160.1400.130.03125.1471.4390.39
HexD5F8D8E0D37d475a
Octal325370330160153175107132
Binary11010101111110001101100011100110111111110110001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F8D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F8D8; }

 p { color: rgb(213,248,216); }

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

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

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

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

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

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

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