#DFF2DF

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

Shades of Tara #DFF2DF

Tints of Tara #DFF2DF

Color information

#DFF2DF (or 0xDFF2DF) is unknown color: approx Tara. HEX triplet: DF, F2 and DF. RGB value is (223,242,223). Sum of RGB (Red+Green+Blue) = 223+242+223=688 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.41% from 688); Green value is 242 (94.92% from 255 or 35.17% from 688); Blue value is 223 (87.5% from 255 or 32.41% from 688); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF2DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF2DF is #200D20. Grayscale: #EAEAEA. Windows color (decimal): -2100513 or 14676703. OLE color: 14676703.

HSL color Cylindrical-coordinate representation of color #DFF2DF: hue angle of 120º degrees, saturation: 0.42, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DFF2DF is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB223242223-
CMYK0.0800.080.05
HSL120º42.22%91.18%-
HSV(B)120º7.85%94.9%-
XYZ75.584.5282.15-
YUV234.15121.71120.04-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.41%
GREEN value IS 242 (94.92% from 255) = 35.17%
BLUE value IS 223 (87.5% from 255) = 32.41%
R=32.41%
G=35.17%
B=32.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2232422230.0800.080.0512042.2291.18
HexDFF2DF8085782a5b
Octal33736233710010517052133
Binary11011111111100101101111110000100010111110001010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF2DF; }

 p { color: rgb(223,242,223); }

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

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

 a { background-color: rgb(223,242,223); }

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

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

 span { border-color: rgb(223,242,223); }

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