#D5F1D7

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

Shades of Tara #D5F1D7

Tints of Tara #D5F1D7

Color information

#D5F1D7 (or 0xD5F1D7) is unknown color: approx Tara. HEX triplet: D5, F1 and D7. RGB value is (213,241,215). Sum of RGB (Red+Green+Blue) = 213+241+215=669 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.84% from 669); Green value is 241 (94.53% from 255 or 36.02% from 669); Blue value is 215 (84.38% from 255 or 32.14% from 669); Max value from RGB is 241 - color contains mainly: green. Hex color #D5F1D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5F1D7 is #2A0E28. Grayscale: #E5E5E5. Windows color (decimal): -2756137 or 14152149. OLE color: 14152149.

HSL color Cylindrical-coordinate representation of color #D5F1D7: hue angle of 124.29º degrees, saturation: 0.5, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5F1D7 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB213241215-
CMYK0.1200.110.05
HSL124.29º50%89.02%-
HSV(B)124.29º11.62%94.51%-
XYZ71.1681.9676.36-
YUV229.66119.72116.11-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.84%
GREEN value IS 241 (94.53% from 255) = 36.02%
BLUE value IS 215 (84.38% from 255) = 32.14%
R=31.84%
G=36.02%
B=32.14%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2132412150.1200.110.05124.295089.02
HexD5F1D7C0B57c3259
Octal32536132714013517462131
Binary11010101111100011101011111000101110111111001100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F1D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F1D7; }

 p { color: rgb(213,241,215); }

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

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

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

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

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

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

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