#D2FBD4

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

Shades of Tara #D2FBD4

Tints of Tara #D2FBD4

Color information

#D2FBD4 (or 0xD2FBD4) is unknown color: approx Tara. HEX triplet: D2, FB and D4. RGB value is (210,251,212). Sum of RGB (Red+Green+Blue) = 210+251+212=673 (89% of max value = 765). Red value is 210 (82.42% from 255 or 31.20% from 673); Green value is 251 (98.44% from 255 or 37.30% from 673); Blue value is 212 (83.20% from 255 or 31.50% from 673); Max value from RGB is 251 - color contains mainly: green. Hex color #D2FBD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FBD4 is #2D042B. Grayscale: #EAEAEA. Windows color (decimal): -2950188 or 13958098. OLE color: 13958098.

HSL color Cylindrical-coordinate representation of color #D2FBD4: hue angle of 122.93º degrees, saturation: 0.84, 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 #D2FBD4 is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB210251212-
CMYK0.1600.160.02
HSL122.93º83.67%90.39%-
HSV(B)122.93º16.33%98.43%-
XYZ72.9687.4575.32-
YUV234.3115.42110.67-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.20%
GREEN value IS 251 (98.44% from 255) = 37.30%
BLUE value IS 212 (83.20% from 255) = 31.50%
R=31.20%
G=37.30%
B=31.50%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2102512120.1600.160.02122.9383.6790.39
HexD2FBD41001027b545a
Octal322373324200202173124132
Binary1101001011111011110101001000001000010111101110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FBD4; }

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

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

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

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

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

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

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

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