#d2f8d5

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

Shades of Tara #D2F8D5

Tints of Tara #D2F8D5

Color information

#D2F8D5 (or 0xD2F8D5) is unknown color: approx Tara. HEX triplet: D2, F8 and D5. RGB value is (210,248,213). Sum of RGB (Red+Green+Blue) = 210+248+213=671 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.30% from 671); Green value is 248 (97.27% from 255 or 36.96% from 671); Blue value is 213 (83.59% from 255 or 31.74% from 671); Max value from RGB is 248 - color contains mainly: green. Hex color #D2F8D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2F8D5 is #2D072A. Grayscale: #E8E8E8. Windows color (decimal): -2950955 or 14022866. OLE color: 14022866.

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

Color convert

RGB210248213-
CMYK0.1500.140.03
HSL124.74º73.08%89.8%-
HSV(B)124.74º15.32%97.25%-
XYZ72.1685.6475.68-
YUV232.65116.91111.85-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.30%
GREEN value IS 248 (97.27% from 255) = 36.96%
BLUE value IS 213 (83.59% from 255) = 31.74%
R=31.30%
G=36.96%
B=31.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2102482130.1500.140.03124.7473.0889.8
HexD2F8D5F0E37d495a
Octal322370325170163175111132
Binary11010010111110001101010111110111011111110110010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d2f8d5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d2f8d5; }

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

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

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

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

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

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

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

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