#D2FFD4

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

Shades of Tara #D2FFD4

Tints of Tara #D2FFD4

Color information

#D2FFD4 (or 0xD2FFD4) is unknown color: approx Tara. HEX triplet: D2, FF and D4. RGB value is (210,255,212). Sum of RGB (Red+Green+Blue) = 210+255+212=677 (89% of max value = 765). Red value is 210 (82.42% from 255 or 31.02% from 677); Green value is 255 (100% from 255 or 37.67% from 677); Blue value is 212 (83.20% from 255 or 31.31% from 677); Max value from RGB is 255 - color contains mainly: green. Hex color #D2FFD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FFD4 is #2D002B. Grayscale: #ECECEC. Windows color (decimal): -2949164 or 13959122. OLE color: 13959122.

HSL color Cylindrical-coordinate representation of color #D2FFD4: hue angle of 122.67º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D2FFD4 is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.

Color convert

RGB210255212-
CMYK0.1800.170
HSL122.67º100%91.18%-
HSV(B)122.67º17.65%100%-
XYZ74.2289.9875.74-
YUV236.64114.09109-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.02%
GREEN value IS 255 (100% from 255) = 37.67%
BLUE value IS 212 (83.20% from 255) = 31.31%
R=31.02%
G=37.67%
B=31.31%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2102552120.1800.170122.6710091.18
HexD2FFD41201107b645b
Octal322377324220210173144133
Binary110100101111111111010100100100100010111101111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FFD4; }

 p { color: rgb(210,255,212); }

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

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

 a { background-color: rgb(210,255,212); }

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

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

 span { border-color: rgb(210,255,212); }

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