#D4F0D5

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

Shades of Tara #D4F0D5

Tints of Tara #D4F0D5

Color information

#D4F0D5 (or 0xD4F0D5) is unknown color: approx Tara. HEX triplet: D4, F0 and D5. RGB value is (212,240,213). Sum of RGB (Red+Green+Blue) = 212+240+213=665 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.88% from 665); Green value is 240 (94.14% from 255 or 36.09% from 665); Blue value is 213 (83.59% from 255 or 32.03% from 665); Max value from RGB is 240 - color contains mainly: green. Hex color #D4F0D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4F0D5 is #2B0F2A. Grayscale: #E4E4E4. Windows color (decimal): -2821931 or 14020820. OLE color: 14020820.

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

Color convert

RGB212240213-
CMYK0.1200.110.06
HSL122.14º48.28%88.63%-
HSV(B)122.14º11.67%94.12%-
XYZ70.3281.1274.9-
YUV228.55119.22116.2-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 31.88%
GREEN value IS 240 (94.14% from 255) = 36.09%
BLUE value IS 213 (83.59% from 255) = 32.03%
R=31.88%
G=36.09%
B=32.03%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2122402130.1200.110.06122.1448.2888.63
HexD4F0D5C0B67a3059
Octal32436032514013617260131
Binary11010100111100001101010111000101111011110101100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4F0D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4F0D5; }

 p { color: rgb(212,240,213); }

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

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

 a { background-color: rgb(212,240,213); }

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

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

 span { border-color: rgb(212,240,213); }

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