#D2F3D5

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

Shades of Tara #D2F3D5

Tints of Tara #D2F3D5

Color information

#D2F3D5 (or 0xD2F3D5) is unknown color: approx Tara. HEX triplet: D2, F3 and D5. RGB value is (210,243,213). Sum of RGB (Red+Green+Blue) = 210+243+213=666 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.53% from 666); Green value is 243 (95.31% from 255 or 36.49% from 666); Blue value is 213 (83.59% from 255 or 31.98% from 666); Max value from RGB is 243 - color contains mainly: green. Hex color #D2F3D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2F3D5 is #2D0C2A. Grayscale: #E5E5E5. Windows color (decimal): -2952235 or 14021586. OLE color: 14021586.

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

Color convert

RGB210243213-
CMYK0.1400.120.05
HSL125.45º57.89%88.82%-
HSV(B)125.45º13.58%95.29%-
XYZ70.6482.6175.17-
YUV229.71118.57113.94-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.53%
GREEN value IS 243 (95.31% from 255) = 36.49%
BLUE value IS 213 (83.59% from 255) = 31.98%
R=31.53%
G=36.49%
B=31.98%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2102432130.1400.120.05125.4557.8988.82
HexD2F3D5E0C57d3a59
Octal32236332516014517572131
Binary11010010111100111101010111100110010111111011110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F3D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F3D5; }

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

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

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

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

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

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

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

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