#D4FAD3

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

Shades of Tara #D4FAD3

Tints of Tara #D4FAD3

Color information

#D4FAD3 (or 0xD4FAD3) is unknown color: approx Tara. HEX triplet: D4, FA and D3. RGB value is (212,250,211). Sum of RGB (Red+Green+Blue) = 212+250+211=673 (89% of max value = 765). Red value is 212 (83.20% from 255 or 31.50% from 673); Green value is 250 (98.05% from 255 or 37.15% from 673); Blue value is 211 (82.81% from 255 or 31.35% from 673); Max value from RGB is 250 - color contains mainly: green. Hex color #D4FAD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4FAD3 is #2B052C. Grayscale: #EAEAEA. Windows color (decimal): -2819373 or 13892308. OLE color: 13892308.

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

Color convert

RGB212250211-
CMYK0.1500.160.02
HSL118.46º79.59%90.39%-
HSV(B)118.46º15.6%98.04%-
XYZ73.0987.0774.58-
YUV234.19114.91112.17-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 31.50%
GREEN value IS 250 (98.05% from 255) = 37.15%
BLUE value IS 211 (82.81% from 255) = 31.35%
R=31.50%
G=37.15%
B=31.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2122502110.1500.160.02118.4679.5990.39
HexD4FAD3F010276505a
Octal324372323170202166120132
Binary110101001111101011010011111101000010111011010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4FAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4FAD3; }

 p { color: rgb(212,250,211); }

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

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

 a { background-color: rgb(212,250,211); }

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

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

 span { border-color: rgb(212,250,211); }

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