#D1FDD2

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

Shades of Tara #D1FDD2

Tints of Tara #D1FDD2

Color information

#D1FDD2 (or 0xD1FDD2) is unknown color: approx Tara. HEX triplet: D1, FD and D2. RGB value is (209,253,210). Sum of RGB (Red+Green+Blue) = 209+253+210=672 (89% of max value = 765). Red value is 209 (82.03% from 255 or 31.10% from 672); Green value is 253 (99.22% from 255 or 37.65% from 672); Blue value is 210 (82.42% from 255 or 31.25% from 672); Max value from RGB is 253 - color contains mainly: green. Hex color #D1FDD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1FDD2 is #2E022D. Grayscale: #EBEBEB. Windows color (decimal): -3015214 or 13827537. OLE color: 13827537.

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

Color convert

RGB209253210-
CMYK0.1700.170.01
HSL121.36º91.67%90.59%-
HSV(B)121.36º17.39%99.22%-
XYZ73.0588.4674.2-
YUV234.94113.92109.5-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.10%
GREEN value IS 253 (99.22% from 255) = 37.65%
BLUE value IS 210 (82.42% from 255) = 31.25%
R=31.10%
G=37.65%
B=31.25%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2092532100.1700.170.01121.3691.6790.59
HexD1FDD2110111795c5b
Octal321375322210211171134133
Binary110100011111110111010010100010100011111100110111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1FDD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1FDD2; }

 p { color: rgb(209,253,210); }

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

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

 a { background-color: rgb(209,253,210); }

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

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

 span { border-color: rgb(209,253,210); }

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