#D2FFD5

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

Shades of Tara #D2FFD5

Tints of Tara #D2FFD5

Color information

#D2FFD5 (or 0xD2FFD5) is unknown color: approx Tara. HEX triplet: D2, FF and D5. RGB value is (210,255,213). Sum of RGB (Red+Green+Blue) = 210+255+213=678 (89% of max value = 765). Red value is 210 (82.42% from 255 or 30.97% from 678); Green value is 255 (100% from 255 or 37.61% from 678); Blue value is 213 (83.59% from 255 or 31.42% from 678); Max value from RGB is 255 - color contains mainly: green. Hex color #D2FFD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FFD5 is #2D002A. Grayscale: #ECECEC. Windows color (decimal): -2949163 or 14024658. OLE color: 14024658.

HSL color Cylindrical-coordinate representation of color #D2FFD5: hue angle of 124º 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 #D2FFD5 is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.

Color convert

RGB210255213-
CMYK0.1800.160
HSL124º100%91.18%-
HSV(B)124º17.65%100%-
XYZ74.3590.0376.41-
YUV236.76114.59108.92-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 30.97%
GREEN value IS 255 (100% from 255) = 37.61%
BLUE value IS 213 (83.59% from 255) = 31.42%
R=30.97%
G=37.61%
B=31.42%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2102552130.1800.16012410091.18
HexD2FFD51201007c645b
Octal322377325220200174144133
Binary110100101111111111010101100100100000111110011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FFD5; }

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

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

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

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

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

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

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

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