#D5FAD8

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

Shades of Tara #D5FAD8

Tints of Tara #D5FAD8

Color information

#D5FAD8 (or 0xD5FAD8) is unknown color: approx Tara. HEX triplet: D5, FA and D8. RGB value is (213,250,216). Sum of RGB (Red+Green+Blue) = 213+250+216=679 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.37% from 679); Green value is 250 (98.05% from 255 or 36.82% from 679); Blue value is 216 (84.77% from 255 or 31.81% from 679); Max value from RGB is 250 - color contains mainly: green. Hex color #D5FAD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FAD8 is #2A0527. Grayscale: #EBEBEB. Windows color (decimal): -2753832 or 14219989. OLE color: 14219989.

HSL color Cylindrical-coordinate representation of color #D5FAD8: hue angle of 124.86º degrees, saturation: 0.79, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5FAD8 is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB213250216-
CMYK0.1500.140.02
HSL124.86º78.72%90.78%-
HSV(B)124.86º14.8%98.04%-
XYZ74.0287.4877.95-
YUV235.06117.24112.26-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.37%
GREEN value IS 250 (98.05% from 255) = 36.82%
BLUE value IS 216 (84.77% from 255) = 31.81%
R=31.37%
G=36.82%
B=31.81%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2132502160.1500.140.02124.8678.7290.78
HexD5FAD8F0E27d4f5b
Octal325372330170162175117133
Binary11010101111110101101100011110111010111110110011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FAD8; }

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

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

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

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

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

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

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

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